Skip to content

Releases: AssemblyScript/assemblyscript

v0.27.36

19 Apr 01:43
f16b08f
Compare
Choose a tag to compare

Bug fixes

  • remove erroneous declare for inline.always (#2916) (f16b08f)

v0.27.35

11 Mar 01:43
4e7734b
Compare
Choose a tag to compare

New features

Other

  • chore: bump esbuild from 0.24.2 to 0.25.0 (#2912) (513acc8)
    Signed-off-by: dependabot[bot] support@github.com
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.27.34

09 Feb 01:41
be1d94a
Compare
Choose a tag to compare

Bug fixes

v0.27.33

08 Feb 01:27
6e151f8
Compare
Choose a tag to compare

New features

Other

v0.27.32

22 Jan 01:37
9a7a6e0
Compare
Choose a tag to compare

New features

Other

  • chore: enhance comment for extract_lane functions to include "idx" argument needs to be compile time constant (#2890) (40850fe)

v0.27.31

12 Nov 01:28
285afb1
Compare
Choose a tag to compare

New features

  • include runtime from current directory instead of lib (#2884) (285afb1)

Other

v0.27.30

27 Sep 01:37
dfc8a65
Compare
Choose a tag to compare

Bug fixes

  • strictly check operator overload ambiguity (#2762) (dfc8a65)
    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.
  • report error for mulitple union type (#2872) (1847c8f)

Other

  • bump dependence typescript: 4.7.4 → 5.5.4 (#2868) (4bd1c12)

v0.27.29

07 Jul 01:24
f79391c
Compare
Choose a tag to compare

Bug fixes

Other

v0.27.28

22 Jun 01:16
78963c5
Compare
Choose a tag to compare

Bug fixes

  • detect execution environment when loading wasm module (#2855) (78963c5)

Other

  • chore: temporary disable std/math.release.wat check in aarch64 osx (#2856) (be49610)

v0.27.27

11 Apr 01:11
64cba2e
Compare
Choose a tag to compare

Bug fixes

  • for statement increment will be processed in correct context (#2839) (64cba2e)

Other

  • chore: remove comment in PR title check pipeline (#2837) (721236d)
  • chore: add action to check PR title prefix (#2836) (9e23c8c)