Module wasm_bindgen::prelude

source ·
Expand description

A module which is typically glob imported.

use wasm_bindgen::prelude::*;

Re-exports

pub use crate::JsValue;
pub use crate::UnwrapThrowExt;
pub use crate::closure::Closure;
pub use crate::JsError;

Traits

A trait for checked and unchecked casting between JS types.

Attribute Macros