Port MapIterator tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 13:57:18 -07:00
parent 2c9a606c3d
commit 230f923fdb
4 changed files with 24 additions and 101 deletions

View File

@ -18,3 +18,4 @@ pub mod Generator;
pub mod Intl;
pub mod JsString;
pub mod Map;
pub mod MapIterator;