Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 455 Bytes

readme.md

File metadata and controls

12 lines (11 loc) · 455 Bytes

Emscripten bug #16240

A minimal example showing the emscripten bug mentioned in issue #16240. The example can be compiled using cmake.

emcmake cmake -B build .
cmake --build build

Then you can e.g. use python to start a web server.

python -m http.server 3000

The test page now runs at http://localhost:3000.