Skip to content

Tags: XRPL-Labs/assemblyscript

Tags

v0.14.9

Toggle v0.14.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix MIN_NORMAL_VALUE definitions and unify f32/F32, f64/F64 cons…

…tants (AssemblyScript#1443)

v0.14.8

Toggle v0.14.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor pass pipeline improvements (AssemblyScript#1424)

v0.14.7

Toggle v0.14.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix asc entry path issue on Windows incl. test (AssemblyScript#1419

)

v0.14.6

Toggle v0.14.6's commit message

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

Toggle v0.14.5's commit message

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

Toggle v0.14.4's commit message

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

Toggle v0.14.3's commit message

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

Toggle v0.14.2's commit message

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

Toggle v0.14.1's commit message

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

Toggle v0.14.0's commit message

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.