mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-29 13:06:06 +03:00
a98b5ea2a0
Should help enable a slew of new bindings as well.
13 lines
213 B
Rust
13 lines
213 B
Rust
#![feature(use_extern_macros)]
|
|
|
|
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;
|