mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-04 03:11:08 +00:00
8 lines
137 B
Rust
8 lines
137 B
Rust
|
#![cfg(target_arch = "wasm32")]
|
||
|
#![feature(use_extern_macros)]
|
||
|
|
||
|
extern crate wasm_bindgen_test;
|
||
|
extern crate wasm_bindgen;
|
||
|
|
||
|
pub mod api;
|