Lines Matching refs:export

9     (core module $libc (memory (export "memory") 1))
18 (func (export "run") (param $future i32)
25 (export "read" (func $read))
28 (func (export "run") async (param "x" $future)
36 (export "run" (func async (param "x" $future)))
45 (func (export "run")
51 (export "new" (func $new))
52 (export "child-run" (func $child-run))
56 (func (export "run") async
61 (func (export "run") (alias export $other-child "run"))
70 (core module $libc (memory (export "memory") 1))
79 (func (export "run") (param $future i32)
86 (export "read" (func $read))
89 (func (export "run") (param "x" $future)
97 (export "run" (func (param "x" $future)))
106 (func (export "run")
112 (export "new" (func $new))
113 (export "child-run" (func $child-run))
117 (func (export "run")
122 (func (export "run") (alias export $other-child "run"))
130 (core module $libc (memory (export "memory") 1))
139 (func (export "run") (param $future i32) (result i32)
145 (func (export "cb") (param i32 i32 i32) (result i32)
150 (export "read" (func $read))
153 (func (export "run") async (param "x" $future)
161 (export "run" (func async (param "x" $future)))
170 (func (export "run")
176 (export "new" (func $new))
177 (export "child-run" (func $child-run))
181 (func (export "run") async
186 (func (export "run") (alias export $other-child "run"))
195 (core module $libc (memory (export "memory") 1))
206 (func (export "run") (param $future i32) (result i32)
213 (func (export "cb") (param i32 i32 i32) (result i32)
218 (export "read" (func $read))
219 (export "return" (func $return))
222 (func (export "run") (param "x" $future)
230 (export "run" (func (param "x" $future)))
239 (func (export "run")
245 (export "new" (func $new))
246 (export "child-run" (func $child-run))
250 (func (export "run") async
255 (func (export "run") (alias export $other-child "run"))