Skip to content

v0.9.4

Choose a tag to compare

@obinnanwachukwu1 obinnanwachukwu1 released this 06 Jun 04:36
· 2 commits to main since this release

v0.9.4

Added

  • Added an optional AbortSignal to the browser runtime execute request contract for code, trace, interview, and batch execution.
  • Threaded abort signals through JavaScript, TypeScript, Python, Java, C#, and C++ browser runtime clients so consumers can cancel in-flight code execution through the standard runtime request surface.

Notes

  • Browser runtime cancellation remains runtime-dependent: CPU-bound compiled runtime work may still require worker termination to stop immediately, which can discard warm compiler/runtime state.