mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-22 13:10:51 +00:00
9 lines
151 B
Rust
9 lines
151 B
Rust
|
#![feature(use_extern_macros)]
|
||
|
|
||
|
extern crate futures;
|
||
|
extern crate sample;
|
||
|
extern crate wasm_bindgen;
|
||
|
extern crate wasm_bindgen_test;
|
||
|
|
||
|
pub mod common;
|