Build
Build wasm-interp in debug mode
Command
./wasm-interp --enable-memory64 poc.wasm --run-export test
Observed result
Debug assertion failure in include/wabt/interp/interp.h:587
Expected behavior
The module should execute successfully
Environment
- wabt 1.0.39
- OS: Linux x86_64 Ubuntu
poc.wasm.zip
Build
Build
wasm-interpin debug modeCommand
./wasm-interp --enable-memory64 poc.wasm --run-export testObserved result
Debug assertion failure in
include/wabt/interp/interp.h:587Expected behavior
The module should execute successfully
Environment
poc.wasm.zip