2024.2.1
版本发布时间: 2024-02-22 22:13:58
pyscript/pyscript最新发布版本:2024.8.2(2024-08-05 22:31:23)
Release notes:
- Removed Ruby support in PolyScript layer due issues with mainstream way to publish the module: https://github.com/pyscript/polyscript/pull/83
- Improved error reporting line to report correct line with or without our prepended code and standard library: https://github.com/pyscript/pyscript/pull/1975
- Allowed a sync_main_only flag to workaround missing SharedArrayBuffer cases: https://github.com/pyscript/pyscript/pull/1967
- Solved utf-8 related issues when our standard library is bootstrapped in non utf-8 aware sites: https://github.com/pyscript/pyscript/pull/1981