mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
add initial global runtimes to stores
This commit is contained in:
@@ -8,6 +8,9 @@ export const pyodideLoaded = writable({
|
||||
premise: null
|
||||
});
|
||||
|
||||
export const loadedEnvironments = writable({})
|
||||
|
||||
|
||||
export const pyodideReadyPromise = promisable(
|
||||
loadInterpreter,
|
||||
// shouldRefreshPromise, // optional, but recommended
|
||||
|
||||
Reference in New Issue
Block a user