Introduction to Wave v0.1.1-pre-beta: Inline Assembly, Pointer Chain, and Array Support
· 3 मिनट में पढ़ें
Hello! I'm LunaStev, the developer of Wave.
We are excited to announce Wave v0.1.1-pre-beta
—
This update introduces inline assembly (asm {}
) support, enabling you to write low-level system code directly in Wave, such as making syscalls with direct register manipulation.
Additionally, Wave now fully supports pointer chaining (ptr<ptr<i32>>
) and array types (array<T, N>
), including index access, address-of operations, and validation of literal lengths — expanding Wave's capability for systems-level and memory-safe programming.
These improvements bring Wave closer to its vision as a low-level but expressive programming language.