Releases: grain-lang/binaryen.ml
Releases · grain-lang/binaryen.ml
0.2.3
v0.2.2
v0.2.1
v0.2.0
This version adds support for use of multivalue with Binaryen.
Use Module.set_features
with [Features.mvp; Features.multivalue]
to enable the feature.
New expressions: Expression.tuple_make
, Expression.tuple_extract
, Expression.pop
There's also now Expression.null
that can be passed to an expression wherever a NULL
is allowed with Binaryen's C API, namely the else
branch of Expression.if_
, the value and condition of Expression.break
, etc.
Initial release
Merge pull request #3 from grain-lang/readme Add proper readme