1 2 3 4 5 6 7
#![crate_type = "rlib"] #![deny(warnings)] #[link(wasm_import_module = "./dep")] extern "C" { pub fn dep(); }