wasm-imports-expected.txt 649 Bytes
Newer Older
1
Tests imports in wasm
2 3 4 5 6
Installing code and global variable.
Calling instantiate function for module A.
Waiting for wasm script to be parsed.
Got wasm script!
Setting breakpoint in line 1:
7
Script wasm://wasm/8c388106 byte offset 33: Wasm opcode 0x1
8 9
Calling instantiate function for module B.
Calling main function on module B.
10
Paused at 0:33.
11
Script wasm://wasm/8c388106 byte offset 33: Wasm opcode 0x1
12 13 14
Getting current stack trace via "new Error().stack".
Error
    at v8://test/getStack:1:1
15 16
    at func (<anonymous>:wasm-function[0]:0x21)
    at main (<anonymous>:wasm-function[1]:0x2f)
17 18 19
    at v8://test/runWasm:1:22
exports.main returned.
Finished.