summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/emscripten/web_example/server.py
Commit message (Collapse)AuthorAgeFilesLines
* GH-139590: Run `ruff format` on pre-commit for Tools/wasm (#139591)Savannah Ostrowski2025-10-081-2/+8
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-127111: Emscripten Make web example work again (#127113)Hood Chatham2024-12-021-0/+40
Moves the Emscripten web example into a standalone folder, and updates Makefile targets to build the web example. Instructions for usage have also been added.