wasm-source-expected.txt 256 Bytes
Newer Older
1
Tests how wasm scrips report the source
2 3 4 5
Check that inspector gets disassembled wasm code
Paused on debugger!
Number of frames: 5
[0]     debugger;
6 7
[1]   call 0
[2]     call_indirect 2
8 9 10
[3]   instance.exports.main();
[4] testFunction(module_bytes)
Finished.