Skip to content

Commit 5ab496b

Browse files
authored
do not use system python3 for serving wasm files
the wasm mimetype is not present 3.6 3.7 so instantiate streaming could fail silently on chrome and firefox the host build is expected to be the latest Python available so just use it
1 parent d4c45f4 commit 5ab496b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-python-browser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ cp cpython/builddir/emscripten-browser/python.* browser-ui/worker/
44

55
pushd .
66
cd browser-ui
7-
python3 server.py $@
7+
../cpython/builddir/build/python server.py $@
88
popd

0 commit comments

Comments
 (0)