2017-05-19 00:35:45 +00:00
|
|
|
Tests imports in wasm
|
2017-03-03 12:38:41 +00:00
|
|
|
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:
|
2020-03-26 17:29:15 +00:00
|
|
|
Script wasm://wasm/8c388106 byte offset 33: Wasm opcode 0x01
|
2017-03-03 12:38:41 +00:00
|
|
|
Calling instantiate function for module B.
|
|
|
|
Calling main function on module B.
|
2020-01-09 12:11:55 +00:00
|
|
|
Paused at 0:33.
|
2020-03-26 17:29:15 +00:00
|
|
|
Script wasm://wasm/8c388106 byte offset 33: Wasm opcode 0x01
|
2017-03-03 12:38:41 +00:00
|
|
|
Getting current stack trace via "new Error().stack".
|
|
|
|
Error
|
|
|
|
at v8://test/getStack:1:1
|
2020-02-17 08:54:39 +00:00
|
|
|
at func (<anonymous>:wasm-function[0]:0x21)
|
|
|
|
at main (<anonymous>:wasm-function[1]:0x2f)
|
2017-03-03 12:38:41 +00:00
|
|
|
at v8://test/runWasm:1:22
|
|
|
|
exports.main returned.
|
|
|
|
Finished.
|