mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-21 00:51:36 +03:00
11 lines
196 B
Rust
11 lines
196 B
Rust
#![cfg(target_arch = "wasm32")]
|
|
#![feature(use_extern_macros)]
|
|
|
|
extern crate wasm_bindgen_test;
|
|
extern crate wasm_bindgen;
|
|
|
|
pub mod api;
|
|
pub mod char;
|
|
pub mod option;
|
|
pub mod optional_primitives;
|