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 27851e1 commit bc0313eCopy full SHA for bc0313e
docs/index.html
@@ -6,7 +6,7 @@
6
content="initial-scale=1, width=device-width"
7
/>
8
<script
9
- src="https://cdn.jsdelivr.net/pyodide/v0.27.3/full/pyodide.js"
+ src="https://cdn.jsdelivr.net/pyodide/v0.27.6/full/pyodide.js"
10
crossorigin
11
></script>
12
<!-- Production -->
docs/webapp.md
@@ -20,7 +20,7 @@ You can also use the `html` output and write your own webapp. You need to provid
20
21
```html
22
23
- src="https://cdn.jsdelivr.net/pyodide/v0.25.1/full/pyodide.js"
24
25
26
```
0 commit comments