From 7b233c144f5670706d446d583b69974ccb4febb0 Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
<31488909+miss-islington@users.noreply.github.com>
Date: Mon, 20 Apr 2026 04:36:44 +0200
Subject: [PATCH] [3.14] gh-148788: Update Emscripten example post move to
Platforms dir (GH-148761) (#148789)
Update Emscripten example post move to Platforms dir.
(cherry picked from commit a00b24ec6832f0972823fb0a453a547113fbd55f)
Co-authored-by: Stan Ulbrych
---
Platforms/emscripten/web_example/index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Platforms/emscripten/web_example/index.html b/Platforms/emscripten/web_example/index.html
index 9c89c9c0ed3..3a207b92015 100644
--- a/Platforms/emscripten/web_example/index.html
+++ b/Platforms/emscripten/web_example/index.html
@@ -663,9 +663,9 @@ code.interact(banner=banner, readfunc=_interrupt_aware_input, exitmsg='')
The simple REPL provides a limited Python experience in the
browser.
- Tools/wasm/README.md
+ Platforms/emscripten/README.md
contains a list of known limitations and issues. Networking,
subprocesses, and threading are not available.
@@ -679,9 +679,9 @@ code.interact(banner=banner, readfunc=_interrupt_aware_input, exitmsg='')
your browser instead of using server.py as
described in
- Tools/wasm/README.md
+ Platforms/emscripten/README.md
.