binaryen.ml
binaryen.ml copied to clipboard
Add `BinaryenArrayNewFixed` expression APIs
While working on Binaryen 113 bindings, I noticed that they renamed BinaryenArrayInit and related operations to BinaryenArrayNewFixed.
We didn't have bindings for the original names, so I didn't add the new names, but we should in a future update.