git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: aafe96ace826878428496f61ad0f8a93f9fccd2e

Files: aafe96ace826878428496f61ad0f8a93f9fccd2e / 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