2018-07-13 19:59:37 +02:00

8 lines
145 B
Rust

extern crate wasm_bindgen_test_project_builder as project_builder;
use project_builder::project;
mod consts;
mod enums;
mod simple;
mod throws;