feat: init commit, wait wit-bindgen supports host wasmtime
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
wit_bindgen_guest_rust::generate!("../interface.wit");
|
||||
|
||||
struct Exports;
|
||||
|
||||
export_smoke!(Exports);
|
||||
|
||||
impl smoke::Smoke for Exports {
|
||||
fn thunk() {
|
||||
imports::thunk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user