OLD | NEW |
(Empty) | |
| 1 Installing code and global variable. |
| 2 Calling instantiate function for module A. |
| 3 Waiting for wasm script to be parsed. |
| 4 Ignoring script with url v8://test/instantiateA |
| 5 Got wasm script! |
| 6 Source: |
| 7 func $func |
| 8 nop |
| 9 end |
| 10 |
| 11 Setting breakpoint in line 1, column 2 |
| 12 { |
| 13 columnNumber : 2 |
| 14 lineNumber : 1 |
| 15 scriptId : <scriptId> |
| 16 } |
| 17 Calling instantiate function for module B. |
| 18 Calling main function on module B. |
| 19 Paused at 1:2. |
| 20 Getting current stack trace via "new Error().stack". |
| 21 Error |
| 22 at v8://test/getStack:1:1 |
| 23 at main (<WASM>[1]+1) |
| 24 at v8://test/runWasm:1:22 |
| 25 exports.main returned. |
| 26 Finished. |
OLD | NEW |