Port Math tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 14:21:29 -07:00
parent 230f923fdb
commit 627ddcb192
5 changed files with 246 additions and 976 deletions

View File

@ -19,3 +19,4 @@ pub mod Intl;
pub mod JsString;
pub mod Map;
pub mod MapIterator;
pub mod Math;