File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Tools/wasm/emscripten/web_example Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1096,7 +1096,7 @@ $(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS)
10961096# wasm32-emscripten browser web example
10971097
10981098WEBEX_DIR=$(srcdir)/Tools/wasm/emscripten/web_example/
1099- web_example/python .html: $(WEBEX_DIR)/python .html
1099+ web_example/index .html: $(WEBEX_DIR)/index .html
11001100 @mkdir -p web_example
11011101 @cp $< $@
11021102
@@ -1124,7 +1124,7 @@ web_example/python.mjs web_example/python.wasm: $(BUILDPYTHON)
11241124 cp python.wasm web_example/python.wasm
11251125
11261126.PHONY: web_example
1127- web_example: web_example/python.mjs web_example/python.worker.mjs web_example/python .html web_example/server.py $(WEB_STDLIB)
1127+ web_example: web_example/python.mjs web_example/python.worker.mjs web_example/index .html web_example/server.py $(WEB_STDLIB)
11281128
11291129############################################################################
11301130# Header files
Original file line number Diff line number Diff line change 604604 < h1 > Simple REPL for Python WASM</ h1 >
605605 < div id ="editor "> print('Welcome to WASM!')</ div >
606606 < div class ="button-container ">
607- < button id ="run " disabled > Run</ button >
607+ < button id ="run " disabled > Run Code </ button >
608608 < button id ="repl " disabled > Start REPL</ button >
609609 < button id ="stop " disabled > Stop</ button >
610610 < button id ="clear " disabled > Clear</ button >
You can’t perform that action at this time.
0 commit comments