wasmtrace is not showing the execution trace when run the command:
node examples/js/runWasm.js function-calls.wasm do_stuff 4
output getting is :
Invoking exported function do_stuff with arguments [ 4 ] ...
Result of function call: -4
Execution trace:
Not sure whether am I missing something before executing the command ?
No execution trace
wasmtrace is not showing the execution trace when run the command:
node examples/js/runWasm.js function-calls.wasm do_stuff 4
output getting is :
Invoking exported function do_stuff with arguments [ 4 ] ...
Result of function call: -4
Execution trace:
Not sure whether am I missing something before executing the command ?
No execution trace