1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

add initial global runtimes to stores

This commit is contained in:
Fabio Pliger
2022-03-09 11:51:51 -06:00
parent 92db010f08
commit 944b3fe202

View File

@@ -8,6 +8,9 @@ export const pyodideLoaded = writable({
premise: null
});
export const loadedEnvironments = writable({})
export const pyodideReadyPromise = promisable(
loadInterpreter,
// shouldRefreshPromise, // optional, but recommended