1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-02 17:12:15 +00:00

7 lines
98 B
Rust
Raw Normal View History

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