aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/wasm/emscripten/web_example/wasm_assets.py
Commit message (Collapse)AuthorAge
* gh-127146: Fix Emscripten build with --pydebug (#131672)Hood Chatham2025-03-25
| | | | Removes an explicit check that sysconfigdata naming is correct, in favor of reporting at runtime with the default mechanisms.
* gh-131152: Remove unused imports from `Tools/{build,wasm}` (#131155)Victor Stinner2025-03-13
|
* gh-127111: Emscripten Make web example work again (#127113)Hood Chatham2024-12-03
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.