schellingb / ClangWasm

WebAssembly without Emscripten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebAssembly without Emscripten

This is the repository that goes along my blog post "WebAssembly without Emscripten"

How to get rid of Emscripten and build and compile WebAssembly applications with ease

https://schellcode.github.io/webassembly-without-emscripten

Demos

Demo (Click to run) Download Explanation
1 Pure C function Download Explanation
2 With C Standard Library Download Explanation
3 With C++ Download Explanation
4 WebGL rendering Download Explanation
5 Audio output Download Explanation
6 Loading a URL Download Explanation
7 Embedding WASM Download Explanation
8 Generate JS from C Download TODO

License

All code here available as Public Domain.

About

WebAssembly without Emscripten

License:The Unlicense


Languages

Language:JavaScript 52.2%Language:Makefile 21.9%Language:HTML 19.2%Language:C++ 4.7%Language:C 2.0%