8 lines
95 B
Rust
8 lines
95 B
Rust
#![cfg(target_arch = "wasm32")]
|
|
|
|
extern crate wasm_bindgen_test;
|
|
|
|
mod js;
|
|
mod tests;
|
|
mod util;
|