Skip to content

Commit 3bc3473

Browse files
committed
Updated WebR to its latest 0.5.0
1 parent bf92fda commit 3bc3473

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.4.3') =>
24+
module: (version = '0.5.0') =>
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
"to-json-callback": "^0.1.1"
9797
},
9898
"worker": {
99-
"blob": "sha256-2/bb462uv7euExej8laG8WSNLNVDCWz5ZQmCyayyAGs="
99+
"blob": "sha256-njAP9gh0346rwls0/v7WuPKuPpyXlml5dq6tKpVKZe8="
100100
}
101101
}

versions/webr

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

0 commit comments

Comments
 (0)