Nick Fitzgerald 3879f6f427 Introduce the wasm-bindgen-webidl frontend
This is still a work in progress. Parse WebIDL source text and convert it into
wasm-bindgen AST, so that we can automatically emit bindings for the types and
functions described in the WebIDL.
2018-05-29 14:22:53 -07:00

4 lines
81 B
Rust

use super::backend;
assert_parse!(empty, "", backend::ast::Program::default());