Expand description

wasm_bindgen_webidl

Converts WebIDL into wasm-bindgen’s internal AST form, so that bindings can be emitted for the types and methods described in the WebIDL.

Structs

The error type for this crate.

Enums

The different contexts an error can occur in in this crate.

Functions

Compile the given WebIDL source text into Rust source text containing wasm-bindgen bindings to the things described in the WebIDL.

Type Definitions

Either Ok(t) or Err(Error).