forked from LeenkxTeam/Kmake
20 lines
691 B
Plaintext
20 lines
691 B
Plaintext
Tests imports in wasm
|
|
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:
|
|
Script wasm://wasm/aa8b4c12 byte offset 33: Wasm opcode 0x01 (kExprNop)
|
|
Calling instantiate function for module B.
|
|
Calling main function on module B.
|
|
Paused at 0:33.
|
|
Script wasm://wasm/aa8b4c12 byte offset 33: Wasm opcode 0x01 (kExprNop)
|
|
Getting current stack trace via "new Error().stack".
|
|
Error
|
|
at v8://test/getStack:1:1
|
|
at func (wasm://wasm/aa8b4c12:wasm-function[0]:0x21)
|
|
at main (wasm://wasm/a6b2a496:wasm-function[1]:0x2f)
|
|
at v8://test/runWasm:1:22
|
|
exports.main returned.
|
|
Finished.
|