Skip to content

Commit 547f816

Browse files
committed
Updated dev-dependencies + interpreters:
* MicroPython 1.24.0-preview-114 * Ruby WASM WASI 2.6.2 * WebR 0.4.0
1 parent 075b611 commit 547f816

14 files changed

+141
-141
lines changed

docs/index.js

Lines changed: 2 additions & 2 deletions
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.

docs/zip-BxogYCy6.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/zip-BxogYCy6.js renamed to docs/zip-CGWtiqjJ.js

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

docs/zip-CGWtiqjJ.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.

esm/interpreter/micropython.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const mkdir = (FS, path) => {
2323

2424
export default {
2525
type,
26-
module: (version = '1.24.0-preview-47') =>
26+
module: (version = '1.24.0-preview-114') =>
2727
`https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@${version}/micropython.mjs`,
2828
async engine({ loadMicroPython }, config, url, baseURL) {
2929
const { stderr, stdout, get } = stdio({

esm/interpreter/ruby-wasm-wasi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const jsType = type.replace(/\W+/g, '_');
1616
export default {
1717
type,
1818
experimental: true,
19-
module: (version = '2.6.1') =>
19+
module: (version = '2.6.2') =>
2020
`https://cdn.jsdelivr.net/npm/@ruby/3.2-wasm-wasi@${version}/dist/browser/+esm`,
2121
async engine({ DefaultRubyVM }, config, url, baseURL) {
2222
url = url.replace(/\/browser\/\+esm$/, '/ruby.wasm');

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.3.3') =>
24+
module: (version = '0.4.0') =>
2525
`https://cdn.jsdelivr.net/npm/webr@${version}/dist/webr.mjs`,
2626
async engine(module, config, _, baseURL) {
2727
const { get } = stdio();

node.importmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"imports": {
33
"http://pyodide": "./test/mocked/pyodide.mjs",
44
"https://cdn.jsdelivr.net/pyodide/v0.26.1/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
5-
"https://cdn.jsdelivr.net/npm/@micropython/[email protected]47/micropython.mjs": "./test/mocked/micropython.mjs",
5+
"https://cdn.jsdelivr.net/npm/@micropython/[email protected]114/micropython.mjs": "./test/mocked/micropython.mjs",
66
"./3rd-party/toml.js": "./test/mocked/toml.mjs"
77
}
88
}

package-lock.json

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

0 commit comments

Comments
 (0)