v0.11.0
0.11.0 (2020-06-14)
Code Refactoring
Features
BREAKING CHANGES
- The values of
ASC_TARGET
have been flipped, with JS (portable) now being0
, WASM32 being1
andWASM64
being2
. - 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 callingMath/f.pow
.