Files
cli/vendor/wit-component/tests/components/link-weak-cabi-realloc/lib-foo.wit

10 lines
100 B
Plaintext
Raw Normal View History

package test:test;
interface test {
foo: func(x: string);
}
world lib-foo {
export test;
}