When compiling to wasm on a Dell XPS 13 running Ubuntu 16.10, rustc begins using more and more RAM until the computer begins thrashing and eventually becomes unusable.
rustc version: rustc 1.19.0-nightly (f4209651e 2017-05-05)
Judging by the --verbose output, cargo doesn't even get as far as calling emcc before compilation gets bogged down.
Happy to help debug further.
When compiling to wasm on a Dell XPS 13 running Ubuntu 16.10, rustc begins using more and more RAM until the computer begins thrashing and eventually becomes unusable.
rustc version:
rustc 1.19.0-nightly (f4209651e 2017-05-05)Judging by the
--verboseoutput, cargo doesn't even get as far as callingemccbefore compilation gets bogged down.Happy to help debug further.