Files: 62e8cb1ceedc9581d129c5c221f00875cad83f30 / tests / wast / referances.wast
449 bytesRaw
1 | (module |
2 | (type $FUNCSIG$i (func (result i32))) |
3 | (type $FUNCSIG$vii (func (param i32 i32))) |
4 | (import "test" "equals" (func $equals (param i32 i32))) |
5 | (import "env" "numOfReferances" (func $numOfReferances (result i32))) |
6 | (table 0 anyfunc) |
7 | (memory $0 1) |
8 | (export "memory" (memory $0)) |
9 | (export "onCreation" (func $onCreation)) |
10 | (func $onCreation (param $0 i32) |
11 | (call $equals |
12 | (call $numOfReferances) |
13 | (i32.const 1) |
14 | ) |
15 | ) |
16 | ) |
17 |
Built with git-ssb-web