Skip to content

Commit 00cc86f

Browse files
committed
Updated WebR
1 parent a115939 commit 00cc86f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/index.js

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

docs/index.js.map

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

esm/interpreter/webr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const run = async (interpreter, code) => {
2121
export default {
2222
type,
2323
experimental: true,
24-
module: (version = '0.5.0') =>
24+
module: (version = '0.4.4') =>
2525
`https://cdn.jsdelivr.net/npm/webr@${version}/dist/webr.mjs`,
2626
async engine(module, config, _, baseURL) {
2727
const { get } = stdio();

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polyscript",
3-
"version": "0.17.23",
3+
"version": "0.17.29",
44
"description": "PyScript single core to rule them all",
55
"main": "./esm/index.js",
66
"types": "./types/polyscript/esm/index.d.ts",
@@ -96,6 +96,6 @@
9696
"to-json-callback": "^0.1.1"
9797
},
9898
"worker": {
99-
"blob": "sha256-KVl8YPxxcLFb3wdZ5J9Uw+uQOi4gyLXmSFZxVVoCtkw="
99+
"blob": "sha256-7Vekg72V1f88zbmKk3QIOtZBpAaNhuN6u0Y3dowIGYw="
100100
}
101101
}

versions/webr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.4.4

0 commit comments

Comments
 (0)