Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Pyodide Simple Demo

Note

This is an AI-generated research report. All text and code in this report was created by an LLM (Large Language Model). For more information on how these reports are created, see the main research repository.

Run Python scripts in WebAssembly via Node.js using Pyodide.

Quick Start

npm install
node server-simple.js

What It Does

The script runs example-simple.py in a WebAssembly sandbox and generates output files in the output/ directory.

Requirements

  • Node.js (v16 or later recommended)