You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a WASM program written in text format that uses bulk memory operations.
When using wat2wasm, and then passing that output to wasm2c, I get the following error:
error: unexpected opcode: 0xfc 0xa
I'm using WABT 1.0.29 on macOS.
The text was updated successfully, but these errors were encountered:
wasm2c mainline doesn't yet support bulk memory operations, but you're very welcome to test out the PR at #1877 which adds it, and I'd be grateful for any bug reports!
I have a WASM program written in text format that uses bulk memory operations.
When using wat2wasm, and then passing that output to wasm2c, I get the following error:
I'm using WABT 1.0.29 on macOS.
The text was updated successfully, but these errors were encountered: