Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
Created June 13, 2014 09:39
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 kuc-arc-f/d39ae6c3b836644e4c5d to your computer and use it in GitHub Desktop.
Save kuc-arc-f/d39ae6c3b836644e4c5d to your computer and use it in GitHub Desktop.
#!/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