Skip to content

Commit

Permalink
Update Pyodide to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jan 24, 2025
1 parent 3608446 commit c685dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/wasm/src/webworker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.26.1/full/pyodide.js");
importScripts("https://cdn.jsdelivr.net/pyodide/v0.27.2/full/pyodide.js");

type MessageTransceiver = DedicatedWorkerGlobalScope | MessagePort;

Expand Down

0 comments on commit c685dc5

Please sign in to comment.