A WebAssembly runtime for Go that compiles Wasm to native machine code without cgo, a C toolchain, or an interpreter.
View details →Projects
Tools that meet at the WebAssembly boundary
These projects cover different layers of the same systems work. Wago runs WebAssembly. Dewdrop compiles Dew to WebAssembly GC. Starshine validates and optimizes WebAssembly. Facet defines system calls for modern Core WebAssembly. Other projects explore process models, type systems, and testing infrastructure.
The compiler and standard library for Dew, a statically typed programming language that compiles directly to WebAssembly GC.
View details →A WebAssembly optimizer and transformation toolkit with validation, an owned function IR, analysis overlays, fuzzing, and host-facing interfaces.
View details →A Core WebAssembly system interface for Memory32, Memory64, multi-memory, WebAssembly GC arrays, explicit text widths, and capability-based resources.
View details →An AssemblyScript testing framework that compiles tests to WebAssembly and runs them through deterministic, replaceable host runtimes.
View details →A System F-ω style type checker in MoonBit with higher-kinded types, traits, recursive types, borrow checks, and module composition tools.
View details →An experimental actor-style process model for Core WebAssembly with isolated instances, links, signals, typed messages, and explicit lifecycle rules.
View details →