Skip to content

Commit 97ec921

Browse files
committed
Updated MicroPython to its latest
1 parent ffee106 commit 97ec921

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/interpreter/micropython.js

+1-1
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-44') =>
26+
module: (version = '1.24.0-preview-47') =>
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({

node.importmap

+1-1
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]44/micropython.mjs": "./test/mocked/micropython.mjs",
5+
"https://cdn.jsdelivr.net/npm/@micropython/[email protected]47/micropython.mjs": "./test/mocked/micropython.mjs",
66
"./3rd-party/toml.js": "./test/mocked/toml.mjs"
77
}
88
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
"to-json-callback": "^0.1.1"
9292
},
9393
"worker": {
94-
"blob": "sha256-aKFI8LDFH/HzDVvL04EsywRyTDQpQV+n5vYBrEVA35I="
94+
"blob": "sha256-b+rQo4UjotSb69yF8u3W6zCnHV8eW55yotbdVICsICY="
9595
}
9696
}

versions/micropython

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.0-preview-44
1+
1.24.0-preview-47

0 commit comments

Comments
 (0)