chrome-wasm-bindgen 0.0.1

chrome wasm bindgen
Documentation
1
2
3
4
5
6
7
8
9
mod chrome;
mod devtools;
mod events;
mod runtime;

pub use chrome::*;
pub use devtools::*;
pub use events::*;
pub use runtime::*;