Created
August 21, 2016 05:16
-
-
Save habnabit/02ce8f8c2c1a4e960cdc398b86fbef1f to your computer and use it in GitHub Desktop.
rust on emscripten
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./emsdk update | |
./emsdk install emscripten-incoming-64bit | |
./emsdk activate emscripten-incoming-64bit | |
./emsdk install sdk-incoming-64bit | |
./emsdk activate sdk-incoming-64bit | |
# [...] | |
git clone -b emscripten https://github.com/habnabit/rust | |
cd rust | |
./configure --target=asmjs-unknown-emscripten --release-channel=nightly | |
make -j dist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment