feat: add a histrical wit-bindgen
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
wit_bindgen_rust::import!("../../tests/runtime/smoke/imports.wit");
|
||||
wit_bindgen_rust::export!("../../tests/runtime/smoke/exports.wit");
|
||||
|
||||
struct Exports;
|
||||
|
||||
impl exports::Exports for Exports {
|
||||
fn thunk() {
|
||||
imports::thunk();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user