We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e987f94 commit bc901adCopy full SHA for bc901ad
tests/wasm/variadic.rs
@@ -37,9 +37,9 @@ extern "C" {
37
// rest: Vec<String>) -> String;
38
#[wasm_bindgen(variadic)]
39
fn variadic_sum_rest_vec(first: u8, second: u8, rest: Vec<u8>) -> u8;
40
-//#[wasm_bindgen(variadic)]
41
-//fn variadic_compare_pairs(first: JsValue, second: JsValue, rest: &[JsValue]);
42
-//TODO imported type
+ //#[wasm_bindgen(variadic)]
+ //fn variadic_compare_pairs(first: JsValue, second: JsValue, rest: &[JsValue]);
+ //TODO imported type
43
}
44
45
// ints
0 commit comments