DEBSOURCES
Skip Quicknav
sources / node-webassemblyjs / 1.11.0%2Bdfsg%2B~cs10.10.16-1 / 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) ) )