7 lines
94 B
Rust
Executable File

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