permutationlock / emscripten_c_examples

Ground up examples of cross-compiling C applications to the web with emcc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross-compiling C with Emscripten

A collection of examples using clang and Emscripten to build C projects targeting the web. Examples were pulled from an article I wrote.

Dependencies

You will need clang, Emscripten, and lld to build and link the projects. The web server for testing the projects uses Go. Make is used for build scripts.

About

Ground up examples of cross-compiling C applications to the web with emcc.

License:MIT License


Languages

Language:C 96.9%Language:HTML 1.3%Language:Go 1.1%Language:Makefile 0.6%