1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-04 11:21:06 +00:00

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;