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
Is not effectively shrinking the module any further. A fully shrunk module should look something like bytecodealliance/wasmtime#8848 but the main function body here is significantly larger than it is in the issue. I tried to figure out why wasm-mutate wasn't performing expected mutations here but I couldn't figure it out. It seemed like it might be related to "Basic block cannot be constructed for opcode" but I didn't dig too too far as I don't understand wasm-mutate well enough.
The text was updated successfully, but these errors were encountered:
I'm not sure why
wasm-tools shrink
is ineffective here but I wanted to write this down with reproduction instructions before I forgot.Given this input
foo.wat
and this script:
and using Wasmtime at bytecodealliance/wasmtime@7112d93 (make sure to build Wasmtime with debug assertions on)
then this invocation:
Is not effectively shrinking the module any further. A fully shrunk module should look something like bytecodealliance/wasmtime#8848 but the main function body here is significantly larger than it is in the issue. I tried to figure out why
wasm-mutate
wasn't performing expected mutations here but I couldn't figure it out. It seemed like it might be related to "Basic block cannot be constructed for opcode" but I didn't dig too too far as I don't understand wasm-mutate well enough.The text was updated successfully, but these errors were encountered: