mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-22 13:10:51 +00:00
7 lines
98 B
Rust
Executable File
7 lines
98 B
Rust
Executable File
#![feature(wasm_custom_section)]
|
|
#![allow(bad_style)]
|
|
|
|
extern crate wasm_bindgen;
|
|
|
|
pub mod Event;
|