Skip to content

Commit 394815e

Browse files
committed
WASM REPL: fix loading xterm.js (broken in 2f1cee8)
1 parent af4aa0d commit 394815e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/wasm/emscripten/web_example/python.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<meta name="author" content="Katie Bell" />
7+
<meta name="author" content="Katie Bell, Adam Hartz" />
88
<meta name="description" content="Simple REPL for Python WASM" />
99
<title>wasm-python terminal</title>
1010
<link
@@ -41,7 +41,7 @@
4141
src="https://unpkg.com/[email protected]/lib/xterm.js"
4242
crossorigin
4343
integrity="sha384-yYdNmem1ioP5Onm7RpXutin5A8TimLheLNQ6tnMi01/ZpxXdAwIm2t4fJMx1Djs+"
44-
/>
44+
></script>
4545
<script type="module">
4646
class WorkerManager {
4747
constructor(

0 commit comments

Comments
 (0)