1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-17 20:37:20 +01:00
imgui/examples/example_emscripten/README.md

1.8 KiB
Raw Blame History

How to Build

Obsolete features:

  • Emscripten 2.0 (August 2020) obsoleted the fastcomp back-end, 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