Skip to content

Commit 59c140e

Browse files
Merge pull request #155 from pyscript/pyodide-0-28-3
Pyodide 0.28.3
2 parents f2d13e5 + 786e72d commit 59c140e

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

docs/zip-Borv86S2.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/zip-Borv86S2.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/pyodide/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6+
<script type="module" src="../../dist/index.js"></script>
7+
<script type="pyodide" async worker>
8+
from polyscript import xworker
9+
print(xworker.window.Function('return 1')())
10+
</script>
11+
</head>
12+
</html>

0 commit comments

Comments
 (0)