mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-16 14:02:06 +03:00
d4297ad2d3
This has now been stabilized!
7 lines
119 B
Rust
7 lines
119 B
Rust
extern crate futures;
|
|
extern crate sample;
|
|
extern crate wasm_bindgen;
|
|
extern crate wasm_bindgen_test;
|
|
|
|
pub mod common;
|