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