DEBSOURCES
Skip Quicknav
sources / node-webassemblyjs / 1.11.4%2Bdfsg%2B~cs10.11.17-2 / packages / helper-compiler / test / fixtures / func-call / actual.wast
1234567891011121314
(module (func $a (nop) (call 2) ) (func $b (nop) (nop) ) (func $c (nop) (i32.const 1) ) )