Port Object tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 15:23:56 -07:00
parent fb6041cf3b
commit 01ff04d85c
6 changed files with 152 additions and 524 deletions

View File

@ -21,3 +21,4 @@ pub mod Map;
pub mod MapIterator;
pub mod Math;
pub mod Number;
pub mod Object;