mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-30 19:41:56 +00:00
Rename the test
This commit is contained in:
committed by
Alex Crichton
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>;
|
Reference in New Issue
Block a user