Skip to content

Commit

Permalink
Update pyodide version
Browse files Browse the repository at this point in the history
  • Loading branch information
monochromer authored Sep 29, 2023
1 parent fad1031 commit 66e1987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
importScripts('https://cdn.jsdelivr.net/pyodide/v0.23.2/full/pyodide.js')
importScripts('https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js')

let pyodideReadyPromise

Expand Down Expand Up @@ -78,4 +78,4 @@ self.addEventListener('message', async (event) => {
} catch (error) {
console.error(error)
}
})
})

0 comments on commit 66e1987

Please sign in to comment.