mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-26 03:01:33 +00:00
Add WebIDL support for the ArrayBuffer
type
Should help enable a slew of new bindings as well.
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
#![feature(use_extern_macros)]
|
||||
|
||||
extern crate wasm_bindgen_test;
|
||||
extern crate js_sys;
|
||||
extern crate wasm_bindgen;
|
||||
extern crate wasm_bindgen_test;
|
||||
|
||||
pub mod array;
|
||||
pub mod array_buffer;
|
||||
pub mod consts;
|
||||
pub mod enums;
|
||||
pub mod simple;
|
||||
pub mod throws;
|
||||
pub mod array;
|
||||
|
Reference in New Issue
Block a user