9 lines
156 B
Rust
Raw Normal View History

extern crate wasm_bindgen_test_project_builder as project_builder;
use project_builder::project;
2018-07-13 18:32:04 +02:00
mod consts;
mod enums;
2018-07-13 19:56:19 +02:00
mod simple;
mod throws;
mod array;