Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Pyodide - Python for WASM

Getting Starting

Install the required dependencies:
pip install -r requirements.txt

Run the application using Flask:

flask --app .\app.py --debug run

Navigate to the URL the server recommends (some cli let you ctrl+click on the URL to launch it in a browser). The url should be something like:

http://127.0.0.1:5000/

Other Resources

  • See the Pyodide site for other ways of running Python using WASM
  • Note, not all modules are available - however almost every module with a PyPy version is available. For more details see here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages