Created
June 13, 2014 09:39
-
-
Save kuc-arc-f/d39ae6c3b836644e4c5d to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
#export EMCC_CFLAGS="-O3" | |
rm -rf dest/* | |
export EMCC_FAST_COMPILER=0 | |
emcc hello_world.c \ | |
-o dest/hello_world.js \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment