Skip to content

Commit

Permalink
Upgrade Pyodide to 0.25.0 (#7119)
Browse files Browse the repository at this point in the history
* Upgrade Pyodide to 0.25.0

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>
  • Loading branch information
whitphx and gradio-pr-bot authored Mar 5, 2024
1 parent 0eea27a commit 9c6de6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/icy-teams-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/wasm": minor
"gradio": minor
---

feat:Upgrade Pyodide to 0.25.0
2 changes: 1 addition & 1 deletion js/wasm/src/webworker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { generateRandomString } from "./random";
import scriptRunnerPySource from "./py/script_runner.py?raw";
import unloadModulesPySource from "./py/unload_modules.py?raw";

importScripts("https://cdn.jsdelivr.net/pyodide/v0.24.0/full/pyodide.js");
importScripts("https://cdn.jsdelivr.net/pyodide/v0.25.0/full/pyodide.js");

type MessageTransceiver = DedicatedWorkerGlobalScope | MessagePort;

Expand Down

0 comments on commit 9c6de6d

Please sign in to comment.