Stephan Wolski a981dfd507
webidl: initial enum support
Add enum support to the WebIDL interface generator.
2018-07-10 20:28:34 -04:00

6 lines
121 B
Rust

extern crate wasm_bindgen_test_project_builder as project_builder;
use project_builder::project;
mod simple;
mod enums;