Move some utility functions from the webidl crate into the backend crate

This commit is contained in:
Nick Fitzgerald
2018-06-25 10:41:33 -07:00
parent eb04d15a65
commit 8fbf478058
5 changed files with 80 additions and 84 deletions

View File

@ -12,3 +12,4 @@ extern crate wasm_bindgen_shared as shared;
pub mod ast;
mod codegen;
pub mod util;