mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 03:05:38 -05:00
Updated Polyscript with its workers feature (#2104)
* Updated Polyscript with its workers feature * Worked around the inconsistent behavior between Pyodide and MicroPython * Fixed Pyodide greedy access to undesired Proxy fields
This commit is contained in:
committed by
GitHub
parent
7b8ef7ebe2
commit
6f49f18937
7
pyscript.core/test/workers/worker.py
Normal file
7
pyscript.core/test/workers/worker.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def micropython_version():
|
||||
import sys
|
||||
|
||||
return sys.version
|
||||
|
||||
|
||||
__export__ = ["micropython_version"]
|
||||
Reference in New Issue
Block a user