(component
(core module (;0;)
(type (;0;) (func (param i32 i32 i32 i32) (result i32)))
(type (;1;) (func (result i32)))
(type (;2;) (func (param i32)))
(memory (;0;) 1)
(export "memory" (memory 0))
(export "cabi_realloc" (func 0))
(export "a" (func 1))
(export "cabi_post_a" (func 2))
(func (;0;) (type 0) (param i32 i32 i32 i32) (result i32)
unreachable
)
(func (;1;) (type 1) (result i32)
unreachable
)
(func (;2;) (type 2) (param i32)
unreachable
)
(@producers
(processed-by "wit-component" "$CARGO_PKG_VERSION")
(processed-by "my-fake-bindgen" "123.45")
)
)
(core instance (;0;) (instantiate 0))
(alias core export 0 "memory" (core memory (;0;)))
(type (;0;) (func (result string)))
(alias core export 0 "a" (core func (;0;)))
(alias core export 0 "cabi_realloc" (core func (;1;)))
(alias core export 0 "cabi_post_a" (core func (;2;)))
(func (;0;) (type 0) (canon lift (core func 0) (memory 0) string-encoding=utf8 (post-return 2)))
(export (;1;) "a" (func 0))
(@producers
(processed-by "wit-component" "$CARGO_PKG_VERSION")
)
)