-
-
Notifications
You must be signed in to change notification settings - Fork 677
Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.27.6
@github-actions
github-actions
382aabe
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
2 people reacted
v0.27.5
@github-actions
github-actions
a0c27fa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
3 people reacted
v0.27.4
@github-actions
github-actions
e28f536
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.27.3
@github-actions
github-actions
688746a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v0.27.2
@github-actions
github-actions
77d0af2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
2 people reacted
v0.27.1
@github-actions
github-actions
9497c3d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
3 people reacted
v0.27.0
@github-actions
github-actions
5cbbf84
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
- Check global uses more strictly (#2632) (5cbbf84)
Use of global variables (in the Wasm sense) is now checked more strictly to prevent undesirable execution order. If the compiler detects that it is possible that a variable might not have been initialized when accessed, a diagnostic is produced. It cannot be ruled out that some amount of existing code will be affected, since such checks are performed at runtime in JS but are proven at compile time in AS. If encountered, the fix is to move the variable's declaration up, say before the first invocation of a function (that might call another function) accessing the variable, so it is guaranteed that it is initialized before its first use.
Bug fixes
Other
Assets 2
v0.26.7
@github-actions
github-actions
bcfb5e8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v0.26.6
@github-actions
github-actions
e06c7bc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v0.26.5
@github-actions
github-actions
eb60348
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.