Stream: general

Topic: two wasi rust posts


view this post on Zulip Yoshua Wuyts (Jul 25 2024 at 01:57):

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!

view this post on Zulip Yoshua Wuyts (Jul 25 2024 at 01:58):

Love to see it ^___^


Last updated: Nov 22 2024 at 16:03 UTC