We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4aa0d commit 394815eCopy full SHA for 394815e
Tools/wasm/emscripten/web_example/python.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <meta name="author" content="Katie Bell" />
+ <meta name="author" content="Katie Bell, Adam Hartz" />
8
<meta name="description" content="Simple REPL for Python WASM" />
9
<title>wasm-python terminal</title>
10
<link
@@ -41,7 +41,7 @@
41
src="https://unpkg.com/[email protected]/lib/xterm.js"
42
crossorigin
43
integrity="sha384-yYdNmem1ioP5Onm7RpXutin5A8TimLheLNQ6tnMi01/ZpxXdAwIm2t4fJMx1Djs+"
44
- />
+ ></script>
45
<script type="module">
46
class WorkerManager {
47
constructor(
0 commit comments