Add more WebAssembly bindings

This commit is contained in:
Frazer McLean
2018-08-15 22:47:49 +02:00
parent a45676045e
commit b698eb5d6a
5 changed files with 314 additions and 15 deletions

View File

@@ -2,8 +2,10 @@
#![feature(use_extern_macros)]
#![allow(non_snake_case)]
extern crate futures;
extern crate js_sys;
extern crate wasm_bindgen;
extern crate wasm_bindgen_futures;
extern crate wasm_bindgen_test;
pub mod global_fns;