Relocate bundled demo sources into bundled-demos/demo/

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>
This commit is contained in:
2026-06-14 22:34:17 +12:00
parent e3400120d3
commit 98fa4260d4
16 changed files with 7 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
"""Sample script — runs in the browser under Pyodide."""
print("Hello from Pyodide")