This repository is NOT a project, it is more of a getting started / simple tech demo. This demonstrates Emscripten compiling code then outputting wasm
to run in a WebAssembly capable web browser that supports WebGL 2. That said, no WebGL 2 specific code is currently in the repository.
git clone "https://github.com/HarryLovesCode/WebAssembly-WebGL-2"
)cd
to the root of the newly cloned directorymake
make clean
build
dir: make dist
python -m SimpleHTTPServer 8080
and open your browser to localhost:8080
.