mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
Expose an owned decoded bytecode cache handle through RustIntegration. This lets C++ callers keep validated metadata and executable records in Rust-owned cache structures without invoking the parser. Extend the js bytecode cache validation mode to create and free the FFI handle so blob generation exercises the ownership path.