Skip to content

Releases: mrhapile/boa

nightly: Introduce `Address` newtype for bytecode addresses (#4862)

05 Mar 02:38
7fc242f

Choose a tag to compare

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>