Releases: grain-lang/binaryen.ml
Releases · grain-lang/binaryen.ml
v0.16.0
v0.15.0
0.15.0 (2022-03-16)
⚠ BREAKING CHANGES
- Rename segment name to data (#146)
- Add Passes module & require
Passes.t
inModule.run_passes
(#145) - Remove virtual modules
- Remove the "jsoo hack" API
- Update libbinaryen to v105 (#142)
Features
- Add Passes module & require
Passes.t
inModule.run_passes
(#145) (c3e751c) - Remove the "jsoo hack" API (3c81209)
- Remove unneeded js_of_ocaml & js_of_ocaml-ppx deps (3c81209)
- Remove virtual modules (3c81209)
- Rename segment name to data (#146) (d55e577)
- Rewrite JS bindings as js_of_ocaml externals (3c81209)
- Update libbinaryen to v105 (#142) (3c81209)
Bug Fixes
- Make memory segments work with js_of_ocaml (3c81209)
v0.14.1
v0.14.0
v0.13.0
v0.12.1
binaryen.ml v0.12.0
binaryen.ml v0.11.2
binaryen.ml v0.11.1
binaryen.ml v0.11.0
⚠ BREAKING CHANGES
- Mention implicit python dependency in the docs
- Switch to libbinaryen dependency (#113)
- Remove MacOS-specific library flags (#111)
- Require OCaml 4.12 (#108)
Features
- Depend on libbinaryen (59874ce)
- Remove MacOS-specific library flags (#111) (5a67f9f)
- Require OCaml 4.12 (#108) (36eedea)
- Switch to libbinaryen dependency (#113) (59874ce)
Miscellaneous Chores
- Mention implicit python dependency in the docs (59874ce)