ladybird/Libraries/LibJS/BytecodeDef
Andreas Kling d2760d09b7 LibJS: Extract BytecodeDef into a shared Rust crate
Move the Bytecode.def parser, field type info, and layout computation
out of Rust/build.rs into a standalone BytecodeDef crate. This allows
both the Rust bytecode codegen (build.rs) and the upcoming AsmIntGen
tool to share a single source of truth for instruction field offsets
and sizes.

The AsmIntGen directory is excluded from the workspace since it has
its own Cargo.toml and is built separately by CMake.
2026-03-07 13:09:59 +01:00
..
src LibJS: Extract BytecodeDef into a shared Rust crate 2026-03-07 13:09:59 +01:00
Cargo.toml LibJS: Extract BytecodeDef into a shared Rust crate 2026-03-07 13:09:59 +01:00