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

remove first js try

This commit is contained in:
Fabio Pliger
2022-02-28 14:10:24 -06:00
parent ce551ed6c3
commit cb4bec30bf
7 changed files with 0 additions and 9301 deletions

View File

@@ -1,13 +0,0 @@
// @ts-nocheck
// @ts-ignore
let loadInterpreter = async function(): any {
/* @ts-ignore */
let pyodide = await loadPyodide({
indexURL: "https://cdn.jsdelivr.net/pyodide/v0.19.0/full/",
});
/* @ts-ignore */
return pyodide;
}
export {loadInterpreter}