Skip to content

v0.2.0

Compare
Choose a tag to compare
@ospencer ospencer released this 04 Jul 20:35
· 151 commits to master since this release
f12670c

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.