Skip to content

Tags: B100X/assemblyscript

Tags

v0.18.24

Toggle v0.18.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix printing name of duplicate identifier in markVirtuals (Assem…

…blyScript#1794)

v0.18.23

Toggle v0.18.23'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 trying to assign a namespaced class to a vari…

…able (AssemblyScript#1791)

v0.18.22

Toggle v0.18.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix invalid store offsets in memset polyfill (AssemblyScript#1787)

v0.18.21

Toggle v0.18.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Also traverse star exports when walking queued exports (Assembly…

…Script#1780)

v0.18.20

Toggle v0.18.20'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-constants test failing during publish (AssemblyScript#1775)

v0.18.19

Toggle v0.18.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add a crash handler to asc (AssemblyScript#1764)

v0.18.18

Toggle v0.18.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix type confusion when resolving nested generics (AssemblyScrip…

…t#1762)

v0.18.17

Toggle v0.18.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Backport math fixes from musl libc (AssemblyScript#1749)

v0.18.16

Toggle v0.18.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add tests for StaticArray (AssemblyScript#1728)

Adds the following missing tests for StaticArray:
- constructor
- fromArray
- concat (static)
- slice (sstatic)
- concat (instance)
- includes
- indexOF
- join + toString

v0.18.15

Toggle v0.18.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct typo in float JS glue (AssemblyScript#1720)