git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 172b9d65cd4d2fbc210b0cee09b451dfdccabf34

Files: 172b9d65cd4d2fbc210b0cee09b451dfdccabf34 / tests / wast / caller.wast

294 bytesRaw
1(module
2 (import "func" "internalize" (func $internalize (param i32 i32)))
3 (table (export "table") 1 1 anyfunc)
4 (func $call (param i32)
5 i32.const 5
6 get_local 0
7 i32.const 0
8 call $internalize
9 i32.const 0
10 call_indirect (param i32)
11 )
12 (export "call" (func $call)))
13

Built with git-ssb-web