2024.4.1
版本发布时间: 2024-04-15 16:57:14
pyscript/pyscript最新发布版本:2024.8.2(2024-08-05 22:31:23)
Release notes / changes:
- Changed MicroPython I/O handling: https://github.com/pyscript/polyscript/pull/91
- Improved PyTerminal by hooking AOT into the same MutationObserver already used for other cases: https://github.com/pyscript/polyscript/pull/90
- The Ruby WASM WASI interpreter is back (still experimental): https://github.com/pyscript/polyscript/pull/89
- PyEditor now has the PyScript
stdlib
out of the box: https://github.com/pyscript/pyscript/pull/2010 - Fixed lazy PyTerminal bootstrap: https://github.com/pyscript/pyscript/pull/2013
- Released MicroPython terminal with a simplified
code.interact()
utility: https://github.com/pyscript/pyscript/pull/2017 - Added
terminal.process(code)
to pass along Python code to evaluate: https://github.com/pyscript/pyscript/pull/2026 - PyTerminal links are now automatically converted into URLs: https://github.com/pyscript/pyscript/pull/2027