Releases: jokruger/kavun
Releases · jokruger/kavun
v0.3.2
v0.3.1
Breaking change: jump instruction operands have been reduced from 32-bit to 16-bit. The VM bytecode format now uses a normalized instruction shape: one byte for the opcode and one or two bytes for operands. This change reduces bytecode size, simplifies instruction decoding, and enables more targeted VM optimizations. Existing compiled bytecode must be regenerated with the new compiler/runtime version.
v0.2.3
Full Changelog: v0.2.2...v0.2.3