Files
cli/vendor/wit-component/tests/components/link-stub-wasip2/lib-bar.wit

11 lines
121 B
Plaintext

package test:test;
interface test {
bar: func(v: s32) -> s32;
}
world lib-bar {
import test;
export test;
}