Migrate wasm-bindgen char test to wasm

This commit is contained in:
Alex Crichton
2018-08-04 11:25:29 -07:00
parent 5d4c135c31
commit df7bcc4e03
5 changed files with 53 additions and 67 deletions

View File

@@ -5,5 +5,6 @@ extern crate wasm_bindgen_test;
extern crate wasm_bindgen;
pub mod api;
pub mod char;
pub mod option;
pub mod optional_primitives;