0.7.0 (2021-02-24)
⚠ BREAKING CHANGES
- memory_size and memory_grow are now toplevel functions in
Expression. - removed
Type.nullref, Type.exnref - removed
Op.any_true_vec_i64x2 and Op.all_true_vec_i64x2 - Bump to Binaryen 98
Features
Continuous Integration
- add opam & npm releases to workflow (#69) (d339608)
- run opam build on ubuntu 18 instead of 20 (#67) (7ee2009)
Miscellaneous Chores
- memory_size and memory_grow are now toplevel functions in
Expression. (9a52a07) - removed
Op.any_true_vec_i64x2 and Op.all_true_vec_i64x2 (9a52a07) - removed
Type.nullref, Type.exnref (9a52a07)
0.6.0 (2021-01-24)
Features
0.5.0 (2021-01-12)
Features
- Allow optional return_type parameter when creating blocks (ab737bd)
Bug Fixes
- add arch & os restrictions for opam (#41) (421b45d)
- provide type to select instruction (#46) (2096a3c)
Documentation
Miscellaneous Chores
- Add --no-browser flag to opam-publish (#43) (f47f2bb)
- Switch back to official setup-opam action (#44) (f4338bd)
Continuous Integration