binaryen.ml
binaryen.ml copied to clipboard
Add a way to set pass options
Binaryen has some optimization options, such as closedWorld, which affect some optimization passes. We should add an API to set these options.
@phated I don't believe this is (currently) possible in the Binaryen C API. Did you have an idea for how to tackle this?