WebAssembly

Hello from Chicory | Chicory

Chicory is a JVM native WebAssembly runtime implemented entirely in pure Java, requiring no system resources. The runtime offers easy integration capabilities for plugin systems while maintaining security through sandboxed execution of WebAssembly modules.

The First Wasm_of_ocaml Release is Out!

Wasm_of_ocaml, a fork of Js_of_ocaml compiler that translates OCaml bytecode to WebAssembly, has released its first feature-complete version 6.0.1. The compiler offers better performance than Js_of_ocaml while maintaining compatibility, showing 2x-8x improvements in benchmarks and leveraging WasmGC for enhanced JavaScript interoperability.

Rust is Eating JavaScript | Lee Robinson

Mozilla-created Rust programming language is increasingly being adopted to optimize JavaScript tooling, offering significant performance improvements in areas like minification, transpilation, and bundling. Major tech companies and open-source projects are leveraging Rust's memory efficiency and speed to enhance developer tools, with projects like SWC showing 3-5x performance gains.

Extensible Wasm Applications with Go

Go 1.24 introduces enhanced WebAssembly capabilities with the go:wasmexport directive and WASI reactor support, enabling better integration between Go functions and Wasm hosts. The update allows developers to export Go functions to WebAssembly and build long-running reactor modules, expanding possibilities for Go-based Wasm applications.

The Go Programming Language

Go 1.24 introduces significant improvements including generic type aliases, performance optimizations with 2-3% CPU overhead reduction, and enhanced WebAssembly support. The release features a new Swiss Tables-based map implementation, improved tool dependencies tracking, and new mechanisms for FIPS 140-3 compliance.

We Replaced Our React Frontend with Go and WebAssembly - Dagger

Dagger successfully replaced their React frontend with Go and WebAssembly to unify their terminal and web UI codebases, resulting in improved performance and development efficiency. The migration involved overcoming WebAssembly's 2GB memory limit and optimizing large data processing, while demonstrating the viability of Go for complex web applications.

Spritely Goblins v0.15.0: Goblins in the browser!

Spritely Institute develops decentralized networking technology, building on ActivityPub while incorporating object capability security principles to create more autonomous social networks. The organization utilizes multiple technical layers including Goblins for distributed programming, Hoot for WebAssembly compilation, and OCapN for object capability networking protocols.