[][src]Crate wasm_bindgen_webidl

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

Error

The error type for this crate.

Enums

ErrorKind

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

Functions

compile

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

Type Definitions

Result

Either Ok(t) or Err(Error).