Jiansong

Results 2 comments of Jiansong
trafficstars

I got the same problem, wasm-bindgen not found. even remove wasm2es6js option. ![image](https://user-images.githubusercontent.com/1511561/56793294-436d2c00-683e-11e9-87b2-1107d134a02d.png) ![image](https://user-images.githubusercontent.com/1511561/56793324-58e25600-683e-11e9-82d4-ba8ea0199146.png) If I build it by wasm-pack, everything is good.

Solved after install wasm-bindgen-cli by cargo. It's because I'm new on Rust.