Skip to content

Updated MicroPython with latest symbol fixes #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm/interpreter/micropython.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const progress = createProgress('mpy');

export default {
type,
module: (version = '1.25.0') =>
module: (version = '1.26.0-preview-293') =>
`https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@${version}/micropython.mjs`,
async engine({ loadMicroPython }, config, url, baseURL) {
const { stderr, stdout, get } = stdio({
Expand Down
2 changes: 1 addition & 1 deletion esm/interpreter/webr.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const run = async (interpreter, code) => {
export default {
type,
experimental: true,
module: (version = '0.4.4') =>
module: (version = '0.5.3') =>
`https://cdn.jsdelivr.net/npm/webr@${version}/dist/webr.mjs`,
async engine(module, config, _, baseURL) {
const { get } = stdio();
Expand Down
2 changes: 1 addition & 1 deletion node.importmap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"imports": {
"http://pyodide": "./test/mocked/pyodide.mjs",
"https://cdn.jsdelivr.net/pyodide/v0.27.7/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
"https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@1.25.0/micropython.mjs": "./test/mocked/micropython.mjs",
"https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@1.26.0-preview-293/micropython.mjs": "./test/mocked/micropython.mjs",
"./3rd-party/toml.js": "./test/mocked/toml.mjs"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
"to-json-callback": "^0.1.1"
},
"worker": {
"blob": "sha256-8QhxMuSDadSIcmEC3hl5kz2JvOET2oQF3G/GQQ3NWX4="
"blob": "sha256-dEOo1oY3uhPj8pAf26F/qLWtCse+HXTpK5rRahJv9C0="
}
}
2 changes: 1 addition & 1 deletion versions/micropython
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.0
1.26.0-preview-293
2 changes: 1 addition & 1 deletion versions/webr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4
0.5.3