Skip to content

Tags: mstack-space/assemblyscript

Tags

v0.17.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix invalid and remove unnecessary string encoding arguments in …

…asc (AssemblyScript#1570)

v0.17.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Account for virtual stub finalization discovering more virtual c…

…alls (AssemblyScript#1569)

v0.17.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix parseExp reading oob during parseFloat (AssemblyScript#1567)

v0.17.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix wrong reallocations in String#replaceAll + refactoring (Asse…

…mblyScript#1564)

v0.17.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add more detailed release config for asconfig template (AssemblyScrip…

…t#1532)

v0.17.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix local confusion in builtin min/max/rotl/rotr (AssemblyScript…

…#1540)

v0.17.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add link to examples (AssemblyScript#1528)

v0.17.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch release process to aspublish (AssemblyScript#1519)

v0.16.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix conflicting imports type definition in loader (AssemblyScrip…

…t#1508)

v0.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Small integer rotl/rotr should use temp variables