Lines Matching refs:instance
12 (core instance $i (instantiate $m))
27 (core instance $i (instantiate $m
28 (with "" (instance (export "task.return" (func $task-return))))
39 (core instance $libc (instantiate $libc))
53 (core instance $i (instantiate $m
54 (with "libc" (instance $libc))
55 (with "" (instance (export "foo" (func $foo))))
60 (instance $lifter (instantiate $lifter))
61 (instance $lowerer (instantiate $lowerer (with "a" (func $lifter "foo"))))
75 (core instance $i (instantiate $m
76 (with "" (instance (export "task.return" (func $task-return))))
97 (core instance $i (instantiate $m
98 (with "" (instance (export "foo" (func $foo))))
103 (instance $lifter (instantiate $lifter))
104 (instance $lowerer (instantiate $lowerer (with "a" (func $lifter "foo"))))
113 (core instance $libc (instantiate $libc))
118 …(core instance $i (instantiate $m (with "" (instance (export "waitable-set.wait" (func $waitable-s…
124 (core instance $libc (instantiate $libc))
129 …(core instance $i (instantiate $m (with "" (instance (export "waitable-set.poll" (func $waitable-s…
138 (core instance $i (instantiate $m (with "" (instance (export "yield" (func $yield))))))