OLD | NEW |
1 Check that inspector gets two wasm scripts at module creation time. | 1 Check that inspector gets two wasm scripts at module creation time. |
2 Script #0 parsed. URL: v8://test/testFunction | 2 Script #0 parsed. URL: v8://test/testFunction |
3 Script #1 parsed. URL: v8://test/runTestRunction | 3 Script #1 parsed. URL: v8://test/runTestRunction |
4 Script #2 parsed. URL: wasm://wasm/wasm-911a065e/wasm-911a065e-0 | 4 Script #2 parsed. URL: wasm://wasm/wasm-e783515e/wasm-e783515e-0 |
5 Script #3 parsed. URL: wasm://wasm/wasm-911a065e/wasm-911a065e-1 | 5 Script #3 parsed. URL: wasm://wasm/wasm-e783515e/wasm-e783515e-1 |
6 Source for wasm://wasm/wasm-911a065e/wasm-911a065e-0: | 6 Source for wasm://wasm/wasm-e783515e/wasm-e783515e-0: |
7 func $nopFunction | 7 func $nopFunction |
8 nop | 8 nop |
9 | |
10 Source for wasm://wasm/wasm-911a065e/wasm-911a065e-1: | |
11 func $main | |
12 block | |
13 i32.const 2 | |
14 drop | |
15 end | 9 end |
16 | 10 |
| 11 Source for wasm://wasm/wasm-e783515e/wasm-e783515e-1: |
| 12 func $main |
| 13 block |
| 14 i32.const 2 |
| 15 drop |
| 16 end |
| 17 end |
| 18 |
OLD | NEW |