Skip to content

Commit

Permalink
Bump pyodide version to 0.26.2 to fix the AMD define issue
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Sep 6, 2024
1 parent e611095 commit 7ba7f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/pyodide/qpyodide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local hasDonePyodideSetup = false
-- https://pyodide.org/en/stable/usage/api/js-api.html#globalThis.loadPyodide

-- Define a base compatibile version
local baseVersionPyodide = "0.26.1"
local baseVersionPyodide = "0.26.2"

-- Define where Pyodide can be found. Default:
-- https://cdn.jsdelivr.net/pyodide/v0.z.y/full/
Expand Down

0 comments on commit 7ba7f47

Please sign in to comment.