Alex Crichton 4eaa1a5639 Add support for more slice types in WebIDL
Add support for the primitive type arrays, and additionally switch `ByteString`
to `String` instead of `Vec<u8>` according to the online documentation.
2018-07-19 08:46:45 -07:00

9 lines
156 B
Rust

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