jolt_web
WASM/browser backend for the Jolt JavaScript runtime.
Delegates to the host browser's JavaScript engine via js-sys and wasm-bindgen. Zero bundle overhead — just calls through to the JS engine already running in the browser.
Platform
Only compiles for wasm32 targets. Used automatically by the jolt facade crate when targeting web.
License
MIT