-
Notifications
You must be signed in to change notification settings - Fork 784
Way of using binaryen without optimization passes #7566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If you do not specify optimizations, they will not run - what optimizations did you see happen that you didn't want? (Note that wasm2js specifically does run some passes internally, as part of compilation.) |
Oh, it sounds like you want to build Binaryen itself without optimizations enabled? There isn't an option for that. You could probably hack up |
Just created a PR to allow configuring this via |
I would like to use binaryen just to emit WASM modules without optimizations, Wasm2JS and so on. Is it possible to compile somewhat minimal amount of code for that? Did not find a quick way to do it.
The text was updated successfully, but these errors were encountered: