Files
wasmtime-test/component/wit/test.wit

6 lines
87 B
Plaintext

package my:project;
world test {
import hello: func();
export greet: func();
}