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, usingtestwwwas webroot.compile.pyandrecompile.py: These scripts invokesmakefileto run compilation and copy the generatedprogram.wasminto webroot directory.
python3: To run the scripts.clangandwasm-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.