Migrate tests for global functions to wasm

This commit is contained in:
Alex Crichton
2018-07-20 17:45:00 -07:00
parent 5f87ed4cef
commit 2e5cc810c8
3 changed files with 83 additions and 211 deletions

View File

@ -6,6 +6,7 @@ extern crate js_sys;
extern crate wasm_bindgen;
extern crate wasm_bindgen_test;
pub mod global_fns;
pub mod Array;
pub mod ArrayBuffer;
pub mod ArrayIterator;