Port WebAssembly tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 17:09:50 -07:00
parent 9f7eea1e75
commit 5f87ed4cef
4 changed files with 10 additions and 71 deletions

View File

@ -29,3 +29,4 @@ pub mod Symbol;
pub mod TypedArray;
pub mod WeakMap;
pub mod WeakSet;
pub mod WebAssembly;