Migrate Function tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 12:43:07 -07:00
parent 347c1daad9
commit 75215134a5
6 changed files with 74 additions and 210 deletions

View File

@@ -13,3 +13,4 @@ pub mod Boolean;
pub mod DataView;
pub mod Date;
pub mod Error;
pub mod Function;