mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-26 08:03:59 -05:00
Worker sync utility (#1511)
* patched an issue with wasmoon randomly asking to resolve proxy references * simplified pyodide and micropython dance by grouping their common utilities together * created an integration test around a worker to main thread input between MicroPython and Lua * commented some weird bugs / funny behaviors around both MicroPython and Pyodide * other minor clean ups
This commit is contained in:
committed by
GitHub
parent
0cdbfbeb30
commit
af72e232c3
@@ -8,7 +8,9 @@
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"basic-devtools": "../node_modules/basic-devtools/esm/index.js"
|
||||
"basic-devtools": "../node_modules/basic-devtools/esm/index.js",
|
||||
"coincident/structured": "../node_modules/coincident/structured.js",
|
||||
"@ungap/with-resolvers": "../node_modules/@ungap/with-resolvers/index.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user