Zena is a statically typed programming language that compiles to WebAssembly GC. It combines a familiar, TypeScript-like syntax with a sound type system, zero- and low-cost abstractions, and modern language features, all designed for ahead-of-time compilation to compact, high-performance WASM binaries. let x = 42; // Immutable variable, inferred type var y: String = "hello"; // mutable variable in

