utkarshkukreti / draco

Draco is a Rust library for building client side web applications with Web Assembly.
Apache License 2.0
303 stars 18 forks source link

Why using --no-modules --no-modules-global ? #27

Open Zireael07 opened 5 years ago

Zireael07 commented 5 years ago

This makes it impossible to combine Draco with e.g. stdweb.

utkarshkukreti commented 5 years ago

I've not used stdweb recently but I switched the examples to use wasm-pack and ES6 modules. Does that solve your problem?