Files
cli/vendor/wit-component/tests/components/merge-import-versions-with-adapter/adapt-old.wat

11 lines
305 B
Plaintext

(module
(import "a:b/c@0.1.1" "[constructor]r" (func (result i32)))
(import "a:b/c@0.1.1" "[resource-drop]r" (func (param i32)))
(import "a:b/c@0.1.1" "[method]r.x" (func (param i32)))
(import "a:b/c@0.1.1" "x" (func (param i32 i32)))
(import "a:b/c@0.1.1" "y" (func))
(func (export "f"))
)