mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-24 16:41:56 +00:00
Add more WebAssembly bindings
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user