git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 3a9e3230424d6de4b44848bb106093264b9693ca

Files: 3a9e3230424d6de4b44848bb106093264b9693ca / tests / wast / run.wast

453 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 "onCreation" (func $onCreation))
8 (export "onMessage" (func $onMessage))
9 (func $onCreation (param $0 i32) (result i32)
10 (i32.const 0)
11 )
12 (func $onMessage (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