You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
omar 9c8671e7b0 Tables: Add empty file, skeleton. 4 years ago
..
Makefile Tables: Add empty file, skeleton. 4 years ago
README.md Rename example_emscripten/ to example_emscripten_opengl3/ (#3632) 4 years ago
main.cpp Rename example_emscripten/ to example_emscripten_opengl3/ (#3632) 4 years ago
shell_minimal.html Rename example_emscripten/ to example_emscripten_opengl3/ (#3632) 4 years ago

README.md

How to Build

How to Run

To run on a local machine:

Obsolete features:

  • Emscripten 2.0 (August 2020) obsoleted the fastcomp backend, only llvm is supported.
  • Emscripten 1.39.0 (October 2019) obsoleted the BINARYEN_TRAP_MODE=clamp compilation flag which was required with version older than 1.39.0 to avoid rendering artefacts. See #2877 for details. If you use an older version, uncomment this line in the Makefile: #EMS += -s BINARYEN_TRAP_MODE=clamp