Merge pull request #678 from derekdreery/webidl_namespace_support

Add support webidl namespaces.
This commit is contained in:
R. Andrew Ohana
2018-08-12 17:41:54 -07:00
committed by GitHub
14 changed files with 509 additions and 55 deletions

View File

@ -26,7 +26,7 @@ cargo test
## The Web IDL Frontend's Tests
```
cargo test -p wasm-bindgen-webidl
cargo test -p webidl-tests --target wasm32-unknown-unknown
```
## The Macro UI Tests