Files
cli/vendor/wit-parser/tests/ui/simple-wasm-text.wat

7 lines
97 B
Plaintext

(component
(type $x (component
(export "a:b/x" (instance))
))
(export "x" (type $x))
)