41 repos across 2 sub-areas
JavaScript engines and virtual machines compiled to or implemented in WebAssembly, enabling high-performance JavaScript execution in browser and non-browser environments. The cluster spans runtime implementations, type systems, promise integration, exception handling, and threading support for WASM-based VMs. Central repos like gc, function-references, and exception-handling represent core language features and proposals, while the broader collection explores how JavaScript semantics map onto WebAssembly's execution model.
Cluster 462104
34 repos
WebAssembly and WASI System Interface
7 repos
WebAssembly ecosystem tooling focused on the WebAssembly System Interface (WASI) standard, which enables sandboxed WebAssembly code to access system resources like filesystems and concurrency primitives. This cluster covers the WASI SDK, C standard library implementations, and related infrastructure for compiling and running WebAssembly outside the browser. Repositories span runtime implementations, language bindings, and developer tooling for the WASI ecosystem, with substantial contributions in Rust and C++ alongside WebAssembly source.