testc
: The testing C program which invokes OpenGL ES 3.0 APIs to render something.testwww
: A simple webroot for testing.testhost.py
: A script that runs a HTTP server on port 8000, usingtestwww
as webroot.compile.py
andrecompile.py
: These scripts invokesmakefile
to run compilation and copy the generatedprogram.wasm
into webroot directory.
python3
: To run the scripts.clang
andwasm-ld
: The compiler and the linker to generate.makefile
: Normal GNUmake
. Should work withclang
(that means it should know.c
=>.o
).- Non-IE browser : Should be able to run WebAssembly programs.