Skip to content

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 23:09
a55556e

pysandbox-wasi 1.5.2

Fixed

  • Restore Wasmtime compilation caching across sandbox processes, substantially reducing repeated startup time.
  • Correctly handle guest SystemExit, KeyboardInterrupt, and other fatal exceptions without crashing the component runtime.
  • Preserve structured exit codes for normal guest termination.

Added

  • Add PythonRuntime(compilation_cache=...) for enabling, disabling, or relocating the Wasmtime compilation cache.

Full Changelog: v1.5.1...v1.5.2