1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-23 21:50:51 +00:00
2018-05-31 22:54:40 -07:00

7 lines
98 B
Rust
Executable File

#![feature(wasm_custom_section)]
#![allow(bad_style)]
extern crate wasm_bindgen;
pub mod Event;