Skip to content

Commit

Permalink
Added instructions for obtaining emcc
Browse files Browse the repository at this point in the history
  • Loading branch information
BartJongejan committed Nov 11, 2024
1 parent 0b5a035 commit d27ff78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions WebAssembly/Installing-emcc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Install emcc

```
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source "/mnt/c/gitprojects/emsdk/emsdk_env.sh"
```
Configure emsdk in your shell startup scripts by running:
```
echo 'source "/mnt/c/gitprojects/emsdk/emsdk_env.sh"' >> $HOME/.bash_profile
```

0 comments on commit d27ff78

Please sign in to comment.