Files
cli/vendor/wit-component/tests/components/fallible-constructor/module.wat

6 lines
149 B
Plaintext
Raw Normal View History

(module
(import "foo" "[constructor]a" (func (param i32)))
(import "foo" "[resource-drop]a" (func (param i32)))
(memory (export "memory") 1)
)