This commit is contained in:
Julius Rakow
2018-07-13 19:56:19 +02:00
parent 1007449a17
commit 63598721ca

View File

@ -1,6 +1,6 @@
extern crate wasm_bindgen_test_project_builder as project_builder;
use project_builder::project;
mod simple;
mod enums;
mod simple;
mod throws;