github AssemblyScript/assemblyscript v0.11.0

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

0.11.0 (2020-06-14)

Code Refactoring

Features

BREAKING CHANGES

  • The values of ASC_TARGET have been flipped, with JS (portable) now being 0, WASM32 being 1 and WASM64 being 2.
  • The result of a ** binary operation is now the common denominator integer if both operands are integers. Previously, the result was a float as if calling Math/f.pow.

Don't miss a new assemblyscript release

NewReleases is sending notifications on new releases.