Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 16:15

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 .so and .pyd files that cannot run in WebAssembly while keeping available pure Python fallbacks.
  • Record packaged dependencies and skipped native files in game.tar.gz under .rayport/.

Full Changelog: v0.3.0...v0.3.1