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:
|
|
|
|
func $func
|
|
|
|
#nop
|
|
|
|
end
|
|
|
|
|
|
|
|
Calling instantiate function for module B.
|
|
|
|
Calling main function on module B.
|
|
|
|
Paused at 1:2.
|
|
|
|
func $func
|
|
|
|
#nop
|
|
|
|
end
|
|
|
|
|
|
|
|
Getting current stack trace via "new Error().stack".
|
|
|
|
Error
|
|
|
|
at v8://test/getStack:1:1
|
2017-06-09 12:19:20 +00:00
|
|
|
at func (wasm-function[0]:1)
|
|
|
|
at main (wasm-function[1]:1)
|
2017-03-03 12:38:41 +00:00
|
|
|
at v8://test/runWasm:1:22
|
|
|
|
exports.main returned.
|
|
|
|
Finished.
|