1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-22 21:20:52 +00:00
Julius Rakow 63598721ca
rustfmt
2018-07-13 19:59:13 +02:00

7 lines
133 B
Rust

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