sage-runtime-web 2.1.0

WASM platform layer for the Sage runtime
Documentation

WASM platform layer for the Sage runtime.

Provides browser-compatible implementations of platform primitives:

  • spawn_local for async task spawning (no Send required)
  • sleep via browser setTimeout
  • Console logging via web-sys
  • web-time re-export for Instant shim
  • Thread-local LLM config injection for browser environments