mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
485 B
19 lines
485 B
8 years ago
|
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-4205e2ce/wasm-4205e2ce-0
|
||
|
Script #3 parsed. URL: wasm://wasm/wasm-4205e2ce/wasm-4205e2ce-1
|
||
|
Source for wasm://wasm/wasm-4205e2ce/wasm-4205e2ce-0:
|
||
|
func $nopFunction
|
||
|
nop
|
||
|
end
|
||
|
|
||
|
Source for wasm://wasm/wasm-4205e2ce/wasm-4205e2ce-1:
|
||
|
func $main
|
||
|
block
|
||
|
i32.const 2
|
||
|
drop
|
||
|
end
|
||
|
end
|
||
|
|