Skip to content

Commit

Permalink
fix paths pyodide (#70) (#71)
Browse files Browse the repository at this point in the history
* fix deps versioning

* - fix paths pyodide
  • Loading branch information
cesare-montresor authored Oct 29, 2023
1 parent 7cf1d35 commit 00f7827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let pyodideMount = "/TALight"

// Bootstrap pyodide

importScripts("../../../assets/pyodide/pyodide.js");
importScripts("assets/pyodide/pyodide.js");
declare var loadPyodide: any;

//let worker: PyodideFsWorker;
Expand Down

0 comments on commit 00f7827

Please sign in to comment.