Function wasm_bindgen_webidl::compile[][src]

pub fn compile(
    webidl_source: &str,
    experimental_source: &str,
    options: Options
) -> Result<BTreeMap<String, Feature>>
Expand description

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