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