Files
cli/vendor/wit-component/tests/components/link-dl-openable-builtin-libdl/dlopen-lib-foo.wit

11 lines
128 B
Plaintext
Raw Normal View History

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