v1.5.2
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