[][src]Function wasm_webidl_bindings::binary::decode

pub fn decode(ids: &IndicesToIds, from: &[u8]) -> Result<WebidlBindings, Error>

Decode the Web IDL bindings custom section data from the given input stream.

This does not parse the custom section discriminant and "webidl-bindings" custom section name, just the inner data.