mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-28 20:43:23 +03:00
14 lines
232 B
Rust
14 lines
232 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 namespace;
|
|
pub mod simple;
|
|
pub mod throws;
|