Merge branch 'master' of git://github.com/rustwasm/wasm-bindgen

This commit is contained in:
Frazer McLean
2018-08-20 21:55:42 +02:00
114 changed files with 893 additions and 315 deletions

View File

@ -1,5 +1,4 @@
#![cfg(target_arch = "wasm32")]
#![feature(use_extern_macros)]
#![allow(non_snake_case)]
extern crate futures;