wasm_extra 0.1.6

Extra utilities for WASM.
Documentation
1
2
3
4
5
6
7
8
pub use wasm_extra_macros::add_event_listener_with_callback;
pub use wasm_extra_macros::add_event_listener_with_fn_once_callback;

pub mod prelude;
#[cfg(feature = "ReadableStream")]
pub mod readable_stream;
#[cfg(feature = "ReadableStreamDefaultReader")]
pub mod readable_stream_default_reader;