Build
Build wasm-interp in debug mode
Command
./wasm-interp --enable-memory64 poc.wasm --run-all-exports
Observed result
test_grow_truncation() => i64:10 and get_table_size() => i64:15
Expected behavior
Should fail because the requested delta would exceed the table maximum
Environment
- wabt 1.0.39
- OS: Linux x86_64 Ubuntu
poc.wasm.zip
Build
Build
wasm-interpin debug modeCommand
Observed result
test_grow_truncation() => i64:10andget_table_size() => i64:15Expected behavior
Should fail because the requested delta would exceed the table maximum
Environment
poc.wasm.zip