Skip to content

Instantly share code, notes, and snippets.

@kyorohiro
Created December 29, 2017 12:50
Show Gist options
  • Save kyorohiro/76236e6890f610ce3cafcbea6fd9276a to your computer and use it in GitHub Desktop.
Save kyorohiro/76236e6890f610ce3cafcbea6fd9276a to your computer and use it in GitHub Desktop.
$ emcc main.c -o hello.html -O2 -s WASM=1
$ ls -al
total 1000
drwxr-xr-x 10 kyorohiro staff 340 12 29 21:49 .
drwxr-xr-x 4 kyorohiro staff 136 12 29 21:39 ..
-rw-r--r-- 1 kyorohiro staff 31908 12 29 00:48 a.out.js
-rw-r--r-- 1 kyorohiro staff 294319 12 29 00:41 a.out.js.backup
-rw-r--r-- 1 kyorohiro staff 24157 12 29 00:48 a.out.wasm
-rw-r--r-- 1 kyorohiro staff 102727 12 29 21:49 hello.html
-rw-r--r-- 1 kyorohiro staff 31598 12 29 21:49 hello.js
-rw-r--r-- 1 kyorohiro staff 11445 12 29 21:49 hello.wasm
-rw-r--r-- 1 kyorohiro staff 77 12 29 21:39 main.c
$open hello.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment