Expand description
WASM/browser backend for the Jolt JavaScript runtime.
Provides WebRuntime, a JsRuntime
implementation that delegates to the host browser’s JavaScript engine
via js_sys and wasm_bindgen. Used when compiling to
wasm32 targets.