#![crate_type = "rlib"] #![deny(warnings)] #[link(wasm_import_module = "./dep")] extern { pub fn dep(); }