wasm-source-expected.txt 260 Bytes
Newer Older
1
Tests how wasm scrips report the source
2
Check that inspector gets wasm bytecode
3 4 5
Paused on debugger!
Number of frames: 5
[0]     debugger;
6 7
[1] Wasm offset 72: 0x10
[2] Wasm offset 81: 0x11
8 9 10
[3]   instance.exports.main();
[4] testFunction(module_bytes)
Finished.