Solod v0.2: Networking, new targets, friendlier interop
Solod v0.2 introduces networking capabilities, adds support for new targets, and improves interoperability for easier integration, expanding the tool's functionality for developers.
Background
Solod is a new programming language and runtime created by Anton Zhiyanov, a well-known independent developer (author of SQLite tools like sqlime and query-kit). v0.2 is the second public release, adding networking support (HTTP client/server), targeting WebAssembly (Wasm) and macOS in addition to Linux, and improving how Solod works with code written in other languages (C, Zig, Rust). This matters because Solod aims to be a "batteries-included" systems language that is simpler than Rust or C++ while still being low-level and fast — a tiny, self-contained toolchain with no external dependencies.