Mirror bundled-lib/ by keeping manifest.json at the bundle root and shipping sample .py files from a demo/ subdirectory. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
88 B
Python
4 lines
88 B
Python
"""Sample script — runs in the browser under Pyodide."""
|
|
|
|
print("Hello from Pyodide")
|