4 releases

0.1.3 Mar 24, 2026
0.1.2 Mar 24, 2026
0.1.1 Mar 24, 2026
0.1.0 Mar 24, 2026

#1842 in WebAssembly


Used in jolt_rs

MIT license

26KB
486 lines

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.


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

Dependencies

~1.4–2.4MB
~41K SLoC