Port Map tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 13:46:22 -07:00
parent f3e34d854d
commit 2c9a606c3d
5 changed files with 90 additions and 260 deletions

View File

@ -17,3 +17,4 @@ pub mod Function;
pub mod Generator;
pub mod Intl;
pub mod JsString;
pub mod Map;