Port Symbol and SetIterator tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 16:19:10 -07:00
parent 54abca7344
commit df3530a9c2
8 changed files with 292 additions and 671 deletions

View File

@@ -24,3 +24,5 @@ pub mod Number;
pub mod Object;
pub mod Proxy;
pub mod Set;
pub mod SetIterator;
pub mod Symbol;