github AssemblyScript/assemblyscript v0.14.0

latest releases: v0.26.7, v0.26.6, v0.26.5...
3 years ago

0.14.0 (2020-07-17)

Bug Fixes

  • Add a node representing an omitted expression (#1394) (f131785)

chore

  • Rename anyref to externref to match proposal change (#1319) (0234c8b)

Features

BREAKING CHANGES

  • Functions are now represented by a managed Function object, and are no longer just function table indexes under the hood. As such, returning a function reference to JS now returns a memory address. External functions imported as part of the function table can be called by index with the re-added call_indirect builtin, but typical AS functions must now be called idiomatically.
  • The anyref type has been renamed to externref and support for externref null values has been temporarily disabled.

Don't miss a new assemblyscript release

NewReleases is sending notifications on new releases.