更新libclamav库1.0.0版本
This commit is contained in:
9
clamav/libclamav_rust/.cargo/vendor/wasm-bindgen-macro/ui-tests/missing-catch.rs
vendored
Normal file
9
clamav/libclamav_rust/.cargo/vendor/wasm-bindgen-macro/ui-tests/missing-catch.rs
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
#[wasm_bindgen]
|
||||
pub fn foo() -> Result<JsValue, JsValue>;
|
||||
}
|
||||
|
||||
fn main() {}
|
Reference in New Issue
Block a user