git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 355f201e18dd1faee156f87a7aa389399a2af267

Files: 355f201e18dd1faee156f87a7aa389399a2af267 / 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