summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/wasm-scripts-expected.txt
blob: 41d2c0b380891ce08a7c9d02c9f5929571d64ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Check that inspector gets two wasm scripts at module creation time.
Script #0 parsed. URL: v8://test/testFunction
Script #1 parsed. URL: v8://test/runTestRunction
Script #2 parsed. URL: wasm://wasm/wasm-7b04570e/wasm-7b04570e-0
Script #3 parsed. URL: wasm://wasm/wasm-7b04570e/wasm-7b04570e-1
Source for wasm://wasm/wasm-7b04570e/wasm-7b04570e-0:
func $nopFunction
  nop
end

Source for wasm://wasm/wasm-7b04570e/wasm-7b04570e-1:
func $main
  block
    i32.const 2
    drop
  end
end