Skip to content

Instantly share code, notes, and snippets.

@habnabit
Created August 21, 2016 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save habnabit/02ce8f8c2c1a4e960cdc398b86fbef1f to your computer and use it in GitHub Desktop.
Save habnabit/02ce8f8c2c1a4e960cdc398b86fbef1f to your computer and use it in GitHub Desktop.
rust on emscripten
./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