1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-31 09:21:05 +00:00

7 lines
94 B
Rust
Raw Normal View History

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