Lines Matching refs:export
6 (func (export ""))
10 (func (export "thunk")
18 (func (export ""))
25 (func (export "thunk") (type $alias)
33 (func (export "") (param i32 i32))
34 (memory (export "memory") 1)
35 (func (export "realloc") (param i32 i32 i32 i32) (result i32)
40 (func (export "thunk") (param "a" string)
48 (func (export "thunk8") (param "a" string)
57 (func (export "thunk16") (param "a" string)
66 (func (export "thunklatin16") (param "a" string)
86 (export "f" (func $f2))
91 (core module $m (func (export "")))
99 (core module $m (func (export "")))
112 (with "" (instance (export "" (func $f2))))
120 (func (export "x") (param i32 i32))
121 (func (export "realloc") (param i32 i32 i32 i32) (result i32)
123 (memory (export "memory") 0)
127 (export $t "t" (type $t'))
135 (export "empty-list" (func $f))