feat: init commit, wait wit-bindgen supports host wasmtime
This commit is contained in:
13
interface.wit
Normal file
13
interface.wit
Normal file
@@ -0,0 +1,13 @@
|
||||
interface imports {
|
||||
thunk: func()
|
||||
}
|
||||
|
||||
interface exports {
|
||||
thunk: func()
|
||||
}
|
||||
|
||||
world smoke {
|
||||
import imports: imports
|
||||
default export exports
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user