We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ic-wasm optimize
I attempted to run ic-wasm xxxxx.wasm -o xxxxx.wasm optimize O3 --inline-functions-with-loops and encountered the following errors:
ic-wasm xxxxx.wasm -o xxxxx.wasm optimize O3 --inline-functions-with-loops
[wasm-validator error in function 4970] unexpected false: SIMD operations require SIMD [--enable-simd], on (v128.store offset=12 align=4 (local.get $2) (v128.load align=4 (local.get $0) ) ) ...
The text was updated successfully, but these errors were encountered:
It was fixed a few weeks ago: #58. Can you try the latest release?
Sorry, something went wrong.
Yes, it works at v0.8.0.
No branches or pull requests
I attempted to run
ic-wasm xxxxx.wasm -o xxxxx.wasm optimize O3 --inline-functions-with-loops
and encountered the following errors:The text was updated successfully, but these errors were encountered: