mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 14:42:35 +03:00
Rename the test
This commit is contained in:
parent
afaf94a428
commit
61b3d52dc9
@ -6,4 +6,4 @@ extern crate wasm_bindgen;
|
||||
|
||||
pub mod api;
|
||||
pub mod option;
|
||||
pub mod optional_numbers;
|
||||
pub mod optional_primitives;
|
||||
|
@ -1,7 +1,7 @@
|
||||
use wasm_bindgen_test::*;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(module = "tests/wasm/optional_numbers.js", version = "*")]
|
||||
#[wasm_bindgen(module = "tests/wasm/optional_primitives.js", version = "*")]
|
||||
extern {
|
||||
fn i32_js_identity(a: Option<i32>) -> Option<i32>;
|
||||
fn u32_js_identity(a: Option<u32>) -> Option<u32>;
|
Loading…
Reference in New Issue
Block a user