Port JsString tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 13:35:46 -07:00
parent d76f619298
commit f3e34d854d
5 changed files with 296 additions and 920 deletions

View File

@ -16,3 +16,4 @@ pub mod Error;
pub mod Function;
pub mod Generator;
pub mod Intl;
pub mod JsString;