Skip to content

Commit

Permalink
0.25 pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jan 26, 2024
1 parent 691d35e commit 3f5eb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _extensions/pyodide/pyodide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ local hasDonePyodideSetup = false
-- https://pyodide.org/en/stable/usage/api/js-api.html#globalThis.loadPyodide

-- Define a base compatibile version
local baseVersionPyodide = "0.24.1"
local baseVersionPyodide = "0.25.0"

-- Define where Pyodide can be found. Default:
-- https://cdn.jsdelivr.net/pyodide/v0.24.1/full/
-- https://cdn.jsdelivr.net/pyodide/v0.24.1/debug/
-- https://cdn.jsdelivr.net/pyodide/v0.25.0/full/
-- https://cdn.jsdelivr.net/pyodide/v0.25.0/debug/
local baseUrl = "https://cdn.jsdelivr.net/pyodide/v".. baseVersionPyodide .."/"
local buildVariant = "full/"
local cdnURL = baseUrl .. buildVariant
Expand Down

0 comments on commit 3f5eb4d

Please sign in to comment.