| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| offline_2026.3.1.zip | 2026-03-02 | 7.2 MB | |
| 2026.3.1 source code.tar.gz | 2026-02-25 | 2.3 MB | |
| 2026.3.1 source code.zip | 2026-02-25 | 2.4 MB | |
| README.md | 2026-02-25 | 513 Bytes | |
| Totals: 4 Items | 11.9 MB | 2 | |
- Update to the latest MicroPython (#2454 and https://github.com/pyscript/polyscript/pull/172):
weakrefsupport- Template strings
- Complete
asyncio.Futuresupport. - 4 variants of the wasm build:
micropython.wasm(standard),micropython-settrace.wasm(for debugging),micropython-ulab.wasm(ulab = numpy-like API) andmicropython-settrace-ulab.wasm(everything).
- Minor consistency fix in
pyscript.webAPI (#2455 - thanks @iliketocode2)