Add example wasm component and runner which embeds the component
This commit is contained in:
6
runner/wit/test.wit
Normal file
6
runner/wit/test.wit
Normal file
@@ -0,0 +1,6 @@
|
||||
package my:project;
|
||||
|
||||
world test {
|
||||
import hello: func();
|
||||
export greet: func();
|
||||
}
|
||||
Reference in New Issue
Block a user