Skip to content

Tags: AssemblyScript/assemblyscript

Tags

v0.28.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support more types in switch statements (#2926)

v0.28.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use Object.setPrototypeOf in JS bindings (#2922)

v0.28.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove unused tmp local in array literal generated code (#2917)

v0.27.37

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: `Math.pow` constant optimization behaves inconsistently in diffe…

…rent versions of node (#2920)

use the pow function compiled by AS bootstrap to optimize the constant propagation of pow

v0.27.36

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove erroneous `declare` for `inline.always` (#2916)

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)