mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
Fix js-sys and web-sys tests
This commit is contained in:
@ -10,7 +10,7 @@ use wasm_bindgen_test::*;
|
||||
|
||||
wasm_bindgen_test_configure!(run_in_browser);
|
||||
|
||||
#[wasm_bindgen(module = "./tests/headless.js")]
|
||||
#[wasm_bindgen(module = "/tests/headless.js")]
|
||||
extern "C" {
|
||||
fn is_array_values_supported() -> bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user