This commit is contained in:
Caio
2019-04-29 09:45:23 -03:00
parent 36c0a1347d
commit 0c4cdefd07
2 changed files with 10 additions and 13 deletions

View File

@ -1,6 +1,6 @@
use js_sys::*;
use wasm_bindgen::JsCast;
use wasm_bindgen::prelude::*;
use wasm_bindgen::JsCast;
use wasm_bindgen_test::*;
#[wasm_bindgen(module = "tests/wasm/SharedArrayBuffer.js")]