Closed zensh closed 4 months ago
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) ) ) ...
It was fixed a few weeks ago: https://github.com/dfinity/ic-wasm/pull/58. Can you try the latest release?
It was fixed a few weeks ago: #58. Can you try the latest release?
Yes, it works at v0.8.0.
I attempted to run
ic-wasm xxxxx.wasm -o xxxxx.wasm optimize O3 --inline-functions-with-loops
and encountered the following errors: