Skip to content

Commit

Permalink
feat: add pyodide (#279)
Browse files Browse the repository at this point in the history
pyodide : https://github.com/pyodide/pyodide

this package can run a python runtime in the browser :
https://pyodide.org/en/stable/console.html

but the cost is the large wasm file size.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced support for the "pyodide" package, enhancing the project's
capabilities to potentially run Python in the browser.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
arvinxx authored Sep 18, 2024
1 parent d83dcc5 commit 0237068
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18579,6 +18579,9 @@
"speedtouch": {
"version": "*"
},
"pyodide": {
"version": "*"
},
"@adonisjs/encryption": {
"version": "*"
},
Expand Down

0 comments on commit 0237068

Please sign in to comment.