Skip to main content

Module javascript_run

Module javascript_run 

Source
Expand description

Rust-owned JavaScript execution for the public Supercov engine.

Structs§

DirectJavascriptRunRequest
DirectJavascriptRunResult

Enums§

DirectJavascriptRunError

Functions§

current_javascript_integrity
Fingerprint the current JavaScript project using the same discovery and runtime-shim inputs as a Rust-owned execution. Query callers deliberately treat failure as “staleness unavailable”, matching the frozen CLI contract.
run_direct_javascript
Execute one JavaScript suite with every language-neutral stage owned by Rust. Target-language runtime and runner adapters remain generated shims.