What changed
Rayport now bundles pure Python packages imported by a game from its .venv or venv.
- Detect missing packages during the build instead of after the game starts in the browser.
- Package reachable pure Python dependencies and their license files.
- Skip native
.soand.pydfiles that cannot run in WebAssembly while keeping available pure Python fallbacks. - Record packaged dependencies and skipped native files in
game.tar.gzunder.rayport/.
Full Changelog: v0.3.0...v0.3.1