]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (GH-137004...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Jul 2025 20:09:47 +0000 (22:09 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jul 2025 20:09:47 +0000 (23:09 +0300)
commit64eb54062dd364cfa0c13abdfd9a953ef10111a7
tree50659e704451fdd23e92d55358d71dd0cd7cc718
parent40632ad7ba3ac1601370a1529e0586edc1f70019
[3.14] gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (GH-137004) (#137067)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Co-authored-by: Zachary Ware <zach@python.org>
Tools/wasm/README.md
Tools/wasm/emscripten/browser_test/.gitignore [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/index.spec.ts [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/package-lock.json [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/package.json [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/playwright.config.ts [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/run_test.sh [new file with mode: 0755]
Tools/wasm/emscripten/web_example_pyrepl_jspi/index.html