Skip to content

Tags: Passw/AssemblyScript-assemblyscript

Tags

v0.27.31

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: include runtime from current directory instead of lib (Assembly…

…Script#2884)

v0.27.30

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: strictly check operator overload ambiguity (AssemblyScript#2762)

Operator overload is an internal mechanism, it can support to compare user-defined class, but it need to be limited.
a == b and b == a should run the same function and get the same result in semantic level. Allowing ambiguity is bug prone.

v0.27.29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: std/portable included twice (AssemblyScript#2860)

v0.27.28

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: detect execution environment when loading wasm module (AssemblyS…

…cript#2855)

v0.27.27

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: for statement increment will be processed in correct context (As…

…semblyScript#2839)

v0.27.26

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ignore this (AssemblyScript#2834)

This is a dummy commit to create a new release.

v0.27.25

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: select correct override function (AssemblyScript#2822)

v0.27.24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: asinit support --noColors opinion (AssemblyScript#2817)

v0.27.23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: clear garbage bits before cast short integer to float (AssemblyS…

…cript#2813)

Co-authored-by: CountBleck <Mr.YouKnowWhoIAm@protonmail.com>

v0.27.22

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: implement scoped type alias (AssemblyScript#2806)