wasm-webidl-bindings-text-parser 0.8.0

Raw WebIDL bindings text encoder/decoder. Still in a state of flux!
Documentation
fn main() {
    lalrpop::Configuration::new()
        .use_cargo_dir_conventions()
        .emit_rerun_directives(true)
        .process()
        .unwrap();
}