This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2026-04-18 18:00:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
master
ladybird
/
Libraries
/
LibJS
/
BytecodeDef
/
Cargo.toml
5 lines
67 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
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-06 22:07:06 +01:00
[
package
]
name
=
"bytecode_def"
version
=
"0.1.0"
LibJS: Use the 2024 Rust edition for AsmIntGen and ByteCodeDef
2026-03-11 11:11:46 -04:00
edition
=
"2024"
Reference in a new issue
Copy permalink