git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 0c6302f3b6cf83783870ae49f570c87c38ddb414

Files: 0c6302f3b6cf83783870ae49f570c87c38ddb414 / tests / wast / main.wast

405 bytesRaw
1(module
2 (type $FUNCSIG$vii (func (param i32 i32)))
3 (import "test" "equals" (func $equals (param i32 i32)))
4 (table 0 anyfunc)
5 (memory $0 1)
6 (export "memory" (memory $0))
7 (export "init" (func $init))
8 (export "main" (func $main))
9 (func $init (result i32)
10 (i32.const 0)
11 )
12 (func $main (result i32)
13 (call $equals
14 (i32.const 0)
15 (i32.const 0)
16 )
17 (i32.const 0)
18 )
19)
20

Built with git-ssb-web