package binaryen

  1. Overview
  2. Docs
OCaml bindings for Binaryen

Install

Dune Dependency

Authors

Maintainers

Sources

binaryen-archive-v0.9.1.tar.gz
md5=ec73e0a05ec01966380e6333fe49363a
sha512=8ab2f8c46c0532dddd4b695f22f48ab540a0e668bc893e7769f2725ed060a675d6d2f17f959994cda899c5d9b7a9a3c3653563f69f2214708db6480ae817a00e

doc/CHANGELOG.html

Changelog

0.9.1 (2021-04-02)

Bug Fixes

  • Correct JS conversion of i64 & float64_bits literals (#96) (00b7093)

0.9.0 (2021-03-17)

Features

  • add Function_table.unlimited constant (#87) (0d2fcde)
  • write bindings for add_table (6dc0fa8)

Bug Fixes

  • js: cast the call_indirect string arguments to JS strings (7b4136a)
  • js: utilize JSOO externals to convert between uint8array & bytes (#85) (61d28c5)
  • return JS null value from Expression.null (#83) (61861e2)

Miscellaneous Chores

  • fix formatter & format the code (#80) (b9c485a)
  • set dune language to the version of dune we use (e9eb5c9)
  • use test file directly in one rule so ocaml-lsp works (34b7a13)

Documentation

  • cleanup Binaryen submodule & building language (closes #65) (3bdb23d)

0.8.1 (2021-03-09)

Bug Fixes

Continuous Integration

  • write opam CHANGES from environment var (#78) (4f25e0e)

0.8.0 (2021-03-05)

⚠ BREAKING CHANGES

  • Table name must now be provided to the Expression.call_indirect and Expression.return_call_indirect instructions.

Features

Continuous Integration

  • fix markdown escaping for opam release (#72) (a2e6052)

Miscellaneous Chores

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

OCaml

Innovation. Community. Security.