emscripten: precompile libc, etc.

This commit is contained in:
Gabriel Ebner
2020-08-29 13:02:55 +02:00
parent 3f30e70d29
commit bc9760b842
2 changed files with 21 additions and 10 deletions
@@ -65,7 +65,6 @@ in rustPlatform.buildRustPackage {
# minifying the JavaScript; passing it allows us to side-step more Node
# JS dependencies for installation.
preBuild = ''
HOME=/tmp
bash ./script/build-wasm --debug
'';