Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 16:06
18b5254

0.15.0 (2022-03-16)

⚠ BREAKING CHANGES

  • Rename segment name to data (#146)
  • Add Passes module & require Passes.t in Module.run_passes (#145)
  • Remove virtual modules
  • Remove the "jsoo hack" API
  • Update libbinaryen to v105 (#142)

Features

  • Add Passes module & require Passes.t in Module.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)