Skip to content

Releases: AssemblyScript/assemblyscript

v0.8.1

18 Nov 06:57
Compare
Choose a tag to compare
  • Reduced release dependencies to a minimum: binaryen and long
  • Added support for the SIMD min_s, max_s, dot_i16x8_s family of instructions
  • Fixed validation error on closure usage, now emits a proper diagnostic instead
  • Fixed issues with scoped anyref typed locals
  • Fixed definition of TypedArray.wrap
  • Added support for node-like resolution of compiler transforms
  • Fixed out of bound issues on Array[index] sets
  • Updated math implementation to match latest musl fixes
  • Removed unnecessary / broken loader dependencies

v0.8.0

08 Nov 05:05
Compare
Choose a tag to compare

Due to popular demand, this marks our first release of the standalone (non-prototype) compiler on npm.

Pre-runtime

05 Jun 21:13
Compare
Choose a tag to compare

This is the state before the new runtime functionality landed.