Go

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.

Asdf Has Been Re-Written in Golang

A major rewrite of asdf from Bash to Go has been released as version 0.16.1, delivering 2x-7x performance improvements and enhanced maintainability. The tool is now distributed as a single binary instead of Bash scripts, maintaining backward compatibility while requiring users to follow specific upgrade procedures based on their installation method.