56 lines
1.6 KiB
Plaintext
56 lines
1.6 KiB
Plaintext
(component
|
|
(core module (;0;)
|
|
(type (;0;) (func))
|
|
(type (;1;) (func (param i32 i32 i32 i32) (result i32)))
|
|
(func (;0;) (type 0)
|
|
unreachable
|
|
)
|
|
(func (;1;) (type 0)
|
|
unreachable
|
|
)
|
|
(func (;2;) (type 1) (param i32 i32 i32 i32) (result i32)
|
|
unreachable
|
|
)
|
|
(memory (;0;) 0)
|
|
(export "test:foo/bar#f" (func 0))
|
|
(export "test:foo/foo#f" (func 1))
|
|
(export "memory" (memory 0))
|
|
(export "cabi_realloc" (func 2))
|
|
(@producers
|
|
(processed-by "wit-component" "0.11.0")
|
|
)
|
|
)
|
|
(core instance (;0;) (instantiate 0))
|
|
(alias core export 0 "memory" (core memory (;0;)))
|
|
(alias core export 0 "cabi_realloc" (core func (;0;)))
|
|
(type (;0;) (func))
|
|
(alias core export 0 "test:foo/bar#f" (core func (;1;)))
|
|
(func (;0;) (type 0) (canon lift (core func 1)))
|
|
(component (;0;)
|
|
(type (;0;) (func))
|
|
(import "import-func-f" (func (;0;) (type 0)))
|
|
(type (;1;) (func))
|
|
(export (;1;) "f" (func 0) (func (type 1)))
|
|
)
|
|
(instance (;0;) (instantiate 0
|
|
(with "import-func-f" (func 0))
|
|
)
|
|
)
|
|
(export (;1;) (interface "test:foo/bar") (instance 0))
|
|
(alias core export 0 "test:foo/foo#f" (core func (;2;)))
|
|
(func (;1;) (type 0) (canon lift (core func 2)))
|
|
(component (;1;)
|
|
(type (;0;) (func))
|
|
(import "import-func-f" (func (;0;) (type 0)))
|
|
(type (;1;) (func))
|
|
(export (;1;) "f" (func 0) (func (type 1)))
|
|
)
|
|
(instance (;2;) (instantiate 1
|
|
(with "import-func-f" (func 1))
|
|
)
|
|
)
|
|
(@producers
|
|
(processed-by "wit-component" "0.11.0")
|
|
)
|
|
(export (;3;) (interface "test:foo/foo") (instance 2))
|
|
) |