105 lines
3.8 KiB
Plaintext
105 lines
3.8 KiB
Plaintext
(component
|
|
(type $ty-a:b/c@0.1.1 (;0;)
|
|
(instance
|
|
(export (;0;) "r" (type (sub resource)))
|
|
(type (;1;) (own 0))
|
|
(type (;2;) (func (result 1)))
|
|
(export (;0;) "[constructor]r" (func (type 2)))
|
|
(type (;3;) (func (param "x" string)))
|
|
(export (;1;) "x" (func (type 3)))
|
|
)
|
|
)
|
|
(import "a:b/c@0.1.1" (instance $a:b/c@0.1.1 (;0;) (type $ty-a:b/c@0.1.1)))
|
|
(core module $main (;0;)
|
|
(type (;0;) (func))
|
|
(type (;1;) (func (result i32)))
|
|
(type (;2;) (func (param i32)))
|
|
(type (;3;) (func (param i32 i32)))
|
|
(import "old" "f" (func (;0;) (type 0)))
|
|
(import "a:b/c@0.1.0" "[constructor]r" (func (;1;) (type 1)))
|
|
(import "a:b/c@0.1.0" "[resource-drop]r" (func (;2;) (type 2)))
|
|
(import "a:b/c@0.1.0" "x" (func (;3;) (type 3)))
|
|
(memory (;0;) 1)
|
|
(export "memory" (memory 0))
|
|
(@producers
|
|
(processed-by "wit-component" "$CARGO_PKG_VERSION")
|
|
(processed-by "my-fake-bindgen" "123.45")
|
|
)
|
|
)
|
|
(core module $wit-component:adapter:old (;1;)
|
|
(type (;0;) (func))
|
|
(export "f" (func 0))
|
|
(func (;0;) (type 0))
|
|
)
|
|
(core module $wit-component-shim-module (;2;)
|
|
(type (;0;) (func))
|
|
(type (;1;) (func (param i32 i32)))
|
|
(table (;0;) 2 2 funcref)
|
|
(export "0" (func $adapt-old-f))
|
|
(export "1" (func $indirect-a:b/c@0.1.0-x))
|
|
(export "$imports" (table 0))
|
|
(func $adapt-old-f (;0;) (type 0)
|
|
i32.const 0
|
|
call_indirect (type 0)
|
|
)
|
|
(func $indirect-a:b/c@0.1.0-x (;1;) (type 1) (param i32 i32)
|
|
local.get 0
|
|
local.get 1
|
|
i32.const 1
|
|
call_indirect (type 1)
|
|
)
|
|
(@producers
|
|
(processed-by "wit-component" "$CARGO_PKG_VERSION")
|
|
)
|
|
)
|
|
(core module $wit-component-fixup (;3;)
|
|
(type (;0;) (func))
|
|
(type (;1;) (func (param i32 i32)))
|
|
(import "" "0" (func (;0;) (type 0)))
|
|
(import "" "1" (func (;1;) (type 1)))
|
|
(import "" "$imports" (table (;0;) 2 2 funcref))
|
|
(elem (;0;) (i32.const 0) func 0 1)
|
|
(@producers
|
|
(processed-by "wit-component" "$CARGO_PKG_VERSION")
|
|
)
|
|
)
|
|
(core instance $wit-component-shim-instance (;0;) (instantiate $wit-component-shim-module))
|
|
(alias core export $wit-component-shim-instance "0" (core func $adapt-old-f (;0;)))
|
|
(core instance $old (;1;)
|
|
(export "f" (func $adapt-old-f))
|
|
)
|
|
(alias export $a:b/c@0.1.1 "[constructor]r" (func $"[constructor]r" (;0;)))
|
|
(core func $"[constructor]r" (;1;) (canon lower (func $"[constructor]r")))
|
|
(alias export $a:b/c@0.1.1 "r" (type $r (;1;)))
|
|
(core func $resource.drop (;2;) (canon resource.drop $r))
|
|
(alias core export $wit-component-shim-instance "1" (core func $indirect-a:b/c@0.1.0-x (;3;)))
|
|
(core instance $a:b/c@0.1.0 (;2;)
|
|
(export "[constructor]r" (func $"[constructor]r"))
|
|
(export "[resource-drop]r" (func $resource.drop))
|
|
(export "x" (func $indirect-a:b/c@0.1.0-x))
|
|
)
|
|
(core instance $main (;3;) (instantiate $main
|
|
(with "old" (instance $old))
|
|
(with "a:b/c@0.1.0" (instance $a:b/c@0.1.0))
|
|
)
|
|
)
|
|
(alias core export $main "memory" (core memory $memory (;0;)))
|
|
(core instance $"#core-instance4 old" (@name "old") (;4;) (instantiate $wit-component:adapter:old))
|
|
(alias core export $wit-component-shim-instance "$imports" (core table $"shim table" (;0;)))
|
|
(alias core export $"#core-instance4 old" "f" (core func $f (;4;)))
|
|
(alias export $a:b/c@0.1.1 "x" (func $x (;1;)))
|
|
(core func $"#core-func5 indirect-a:b/c@0.1.0-x" (@name "indirect-a:b/c@0.1.0-x") (;5;) (canon lower (func $x) (memory $memory) string-encoding=utf8))
|
|
(core instance $fixup-args (;5;)
|
|
(export "$imports" (table $"shim table"))
|
|
(export "0" (func $f))
|
|
(export "1" (func $"#core-func5 indirect-a:b/c@0.1.0-x"))
|
|
)
|
|
(core instance $fixup (;6;) (instantiate $wit-component-fixup
|
|
(with "" (instance $fixup-args))
|
|
)
|
|
)
|
|
(@producers
|
|
(processed-by "wit-component" "$CARGO_PKG_VERSION")
|
|
)
|
|
)
|