feat: init commit, wait wit-bindgen supports host wasmtime

This commit is contained in:
2023-01-01 00:23:40 +08:00
parent b5f40688e2
commit 68e8d103b4
4 changed files with 29 additions and 0 deletions

13
interface.wit Normal file
View File

@@ -0,0 +1,13 @@
interface imports {
thunk: func()
}
interface exports {
thunk: func()
}
world smoke {
import imports: imports
default export exports
}