jolt_web 0.1.2

WASM/browser backend for the Jolt JavaScript runtime
Documentation

jolt_web

crates.io docs.rs

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