Crate wasm_bindgen [] [src]

Runtime support for the wasm-bindgen tool

This crate contains the runtime support necessary for wasm-bindgen the attribute and tool. Crates pull in the #[wasm_bindgen] attribute through this crate and this crate also provides JS bindings through the JsValue interface.

Modules

convert
prelude

A module which is typically glob imported from:

Structs

JsValue

Representation of an object owned by JS.

Functions

throw

Throws a JS exception.