ladybird/Libraries/LibWasm/Rust
Ali Mohammad Pur 08221aebab LibWasm: Start execution immediately after validation
This adds a tier-up mechanism at loop edges, making it so we can
seamlessly (ish) transition between interpreted and native code so we
can start running wasm code immediately after validation while
compilation happens in the background, and switching to native code
eventually once we hit a big enough function that would benefit from
being compiled to begin with.
2026-06-05 00:08:11 +02:00
..
src LibWasm: Start execution immediately after validation 2026-06-05 00:08:11 +02:00
build.rs Rust: Set import granularity to Item 2026-05-28 06:52:18 +02:00
Cargo.toml LibWasm+Meta: Add Cranelift AOT compilation backend 2026-05-10 16:41:42 +02:00
cbindgen.toml LibWasm+LibWeb: Serialize and save compiled wasm as a cache blob 2026-05-27 09:52:34 +02:00