Skip to content

Tags: AssemblyScript/assemblyscript

Tags

v0.27.35

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add an alwaysInline builtin (#2895)

v0.27.34

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use single precision for dtoa with f32 (#2908)

v0.27.33

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support rest params in function calls (#2905)

v0.27.32

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Constructor generic type inference (#2894)

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 (#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 (#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 (#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 (#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 (#2839

)

v0.27.26

Verified

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

This is a dummy commit to create a new release.