ladybird/Libraries/LibWasm/Rust
Andreas Kling f22dec54ef LibWasm: Store opcodes in 32 bits
Wasm opcodes only need one byte plus a 24-bit selector for
prefixed instructions. Store them in u32 instead of u64 and reject
selectors that would not fit. Update the Rust opcode generator to
accept the new integer suffixes used by Opcode.h.
2026-05-14 12:19:38 +02:00
..
src LibWasm: Use mmap to read shm fd on macOS in cranelift-compiler 2026-05-11 09:57:33 +02:00
build.rs LibWasm: Store opcodes in 32 bits 2026-05-14 12:19:38 +02:00
Cargo.toml
cbindgen.toml