Can't Compile Rust Code to asmjs/wasm
31 December 2019 |
When following error brakes your compilation to asmjs/wasm:
= note: shared:ERROR: fastcomp is not compatible with wasm object ...
Just update emstcripten, and install upstream compiler.
$ emsdk install latest-upstream
$ emsdk activate latest-upstream