2018-08-02 22:23:11 -07:00

9 lines
153 B
Rust

#![cfg(target_arch = "wasm32")]
#![feature(use_extern_macros)]
extern crate wasm_bindgen_test;
extern crate wasm_bindgen;
pub mod api;
pub mod option;