Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow different pyodide #260

Open
fullergalway opened this issue Oct 10, 2023 · 1 comment
Open

allow different pyodide #260

fullergalway opened this issue Oct 10, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fullergalway
Copy link

Allow a diffferent pyodide, for example:

In pyodide_worker.ts

importScripts('https://cdn.jsdelivr.net/pyodide/v0.23.4/full/pyodide.js')

How about something like:

importScripts(window.PYODIDE_SCRIPT || 'https://cdn.jsdelivr.net/pyodide/v0.23.4/full/pyodide.js')
@elilambnz elilambnz self-assigned this Dec 5, 2023
@elilambnz elilambnz added the enhancement New feature or request label Dec 5, 2023
@zloveless
Copy link

Any updates on this @elilambnz? It would be nice to support either the latest version of pyodide or allow someone to specify what pyodide version they want. Ideally, incorporating something like @pyodide/webpack-plugin would be cool, so you can install whatever version of pyodide from npm/yarn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants