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:
@@ -8,6 +8,9 @@ export const pyodideLoaded = writable({
|
|||||||
premise: null
|
premise: null
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export const loadedEnvironments = writable({})
|
||||||
|
|
||||||
|
|
||||||
export const pyodideReadyPromise = promisable(
|
export const pyodideReadyPromise = promisable(
|
||||||
loadInterpreter,
|
loadInterpreter,
|
||||||
// shouldRefreshPromise, // optional, but recommended
|
// shouldRefreshPromise, // optional, but recommended
|
||||||
|
|||||||
Reference in New Issue
Block a user