Releases: mrhapile/boa
Releases · mrhapile/boa
nightly: Introduce `Address` newtype for bytecode addresses (#4862)
Replace raw `u32` with a typed `Address` wrapper for all bytecode address fields in opcodes, handlers, labels, and the compiler. This provides type safety to distinguish addresses from other u32 values (register indices, counts, etc.) and displays addresses as hexadecimal in bytecode dumps. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>