Skip to content

Tags: mstack-space/assemblyscript

Tags

v0.14.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Keep resolving queued imports while there is progress (AssemblyS…

…cript#1415)

v0.14.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Rebuild with known version before publishing (AssemblyScript#1414)

v0.14.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix asconfig merge order (AssemblyScript#1406)

v0.14.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Bundle specific shims with asc instead of relying on defaults (A…

…ssemblyScript#1405)

v0.14.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix assertion when a class extends and implements (AssemblyScrip…

…t#1403)

v0.14.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Preliminary path.relative workaround (AssemblyScript#1399)

v0.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Implement first-class functions (AssemblyScript#1384)

BREAKING CHANGE: Functions are now represented by a managed `Function` object, and are no longer just function table indexes under the hood. As such, returning a function reference to JS now returns a memory address. External functions imported as part of the function table can be called by index with the re-added `call_indirect` builtin, but typical AS functions must now be called idiomatically.

v0.13.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Respect outFile when detecting no output in asc (AssemblyScript#…

…1391)

v0.13.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Support separators in floating point literals (AssemblyScript#1385

)

v0.13.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix incorrect callback return when validating modules in asc (As…

…semblyScript#1383)