mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-25 14:31:08 +00:00
7 lines
94 B
Rust
7 lines
94 B
Rust
|
#![feature(wasm_custom_section)]
|
||
|
#![allow(bad_style)]
|
||
|
|
||
|
extern crate wasm_bindgen;
|
||
|
|
||
|
mod Event;
|