webidl: Compile and test the bindings emitted from WebIDL compilation

This commit is contained in:
Nick Fitzgerald
2018-05-31 18:13:57 -07:00
parent ba4697bfb1
commit ce8238cdd8
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#![feature(wasm_custom_section)]
#![allow(bad_style)]
extern crate wasm_bindgen;
mod Event;