mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 12:10:52 +00:00
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;
|