Port Set tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 15:44:15 -07:00
parent ad86c52b02
commit 54abca7344
5 changed files with 84 additions and 230 deletions

View File

@ -23,3 +23,4 @@ pub mod Math;
pub mod Number;
pub mod Object;
pub mod Proxy;
pub mod Set;