I was browsing this week in Rust today, and apparently there are not just one but two new Rust posts about Wasm Components up. Figured I'd link it here if folks hadn't seen it yet!
Server-side WebAssembly: Unifying cross-language logic for high performance and data privacy. Learn how Arcjet leverages WASM for local-first processing.
One of the most promoted features of WASI preview 2 is the Component model, the idea that we can build binaries in any language that can be run in others. I wanted to do that with Rust, and found the documentation minimal. Here's how I built a plugin system in Rust!