blob: b9f87f18d0aa339913175a153968f3de06f88166 [file] [log] [blame]
#![crate_type = "rlib"]
#![deny(warnings)]
#[link(wasm_import_module = "./dep")]
extern {
pub fn dep();
}