mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
[next] Updated to latest MicroPython (#1590)
This commit is contained in:
committed by
GitHub
parent
184d29055e
commit
45af96aad4
@@ -13,7 +13,7 @@ const type = "micropython";
|
||||
/* c8 ignore start */
|
||||
export default {
|
||||
type,
|
||||
module: (version = "1.20.0-268") =>
|
||||
module: (version = "1.20.0-295") =>
|
||||
`https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@${version}/micropython.mjs`,
|
||||
async engine({ loadMicroPython }, config, url) {
|
||||
const { stderr, stdout, get } = stdio();
|
||||
|
||||
Reference in New Issue
Block a user