Back at Wasm.io for another round of WebAssembly and WASI! ⚡️
Ready to catch up on the latest news and dive deep into the ecosystem.
#webassembly #wasi #wasi.io #wasi.io2026
Kotlin and Wasm logos
Breaking news : the Kotlin/Wasm team has just shared the very first incarnation of their server-side wasi-http support based on the Wasm Component Model. github.com/Kotlin/sampl...
#wasm #webassembly #wasi #kotlin
The WASM Component Model: Software from LEGO Bricks WebAssembly has always promised portable, safe, fast code anywhere. The Component Model is finally delivering on that promise — by defining how...
#Software #Development #WASI #WASM #WebAssembly
Origin | Interest | Match
WebAssembly Beyond Browsers: The Container Killer That’s Actually Happening WASI 0.3.0 brings native async, sub-second cold starts, and the promise of truly portable compute—from edge to embedd...
#Software #Development #EdgeComputing #WASI #WebAssembly
Origin | Interest | Match
Based on github.com/pydantic/monty , if I can make #Python under #WASI a winner if I make start-up faster via github.com/bytecodealliance/wasmtim... , get more 3rd-party C libraries working (e.g. zlib), and make it easy to slim down […]
WebAssembly ≠ just the browser.
On Netstack.FM Ep.24🎙️Alex Crichton (github.com/alexcrichton) explains:
* Wasm as a plugin & runtime platform
* WASI + components in real systems
* async without blocking hosts
* where Wasm actually fits today
🎧 netstack.fm#episode-24
#WebAssembly #Rust #WASI #Systems
#Development #Overviews
The State of WebAssembly 2025/2026 · ”Wasm is no longer an experiment, it’s ready for production.” ilo.im/16a17n by Gerard Gallant
_____
#Programming #WebAssembly #WASM #WASI #ESM #JavaScript #Browser #WebDev #Frontend #Backend
The State of WebAssembly – 2025 and 2026
buff.ly/Wsh1z9I
#webdev #wasm #webassembly #unoplatform #appdev #wasi
better-experience.blogspot.com/2026/01/the-...
#UMUT ÜNLÜ
aepiot.ro/advanced-sea...
#PRAWASE #WASI
aepiot.com/advanced-sea...
2025 26 #SERBIAN #CUP
multi-search-tag-explorer.headlines-world.com/advanced-sea...
allgraph.ro
Latest round of updates in the Swift for Wasm ecosystem is here!
forums.swift.org/t/swift-for-...
#Wasm #WebAssembly #WASI #SwiftLang #JavaScript
Community work in the Swift for Wasm ecosystem has gained momentum and deserves regular status updates at this point. Here's what we've achieved just in the last few months: forums.swift.org/t/swift-for-...
#SwiftLang #WebAssembly #WASI #JavaScript
When I use cargo component new to build a CLI component for Rust/Wasm/Wit, the cargo component build step will automatically translate a main function to .e.g. wasi:cli/run or println! statements to the according stream functions from the wasi world. With wasm-tools component wit I can even […]
6 WASI-NN Experiments Bringing Inference Closer to Users Pragmatic ways to run ML where the data lives — on devices, at the edge, and inside safe sandboxes. Continue reading on Medium »
#wasi #privacy #webassembly #machine-learning #edge-ai
Origin | Interest | Match
Just published an article series on how #WebAssembly Component Model can be used to build multi-language 🧩 plugin system that work seamlessly across 🛠️ CLI and 🌐 browser!
Real-world examples with #Rust, #Go, #C & #TypeScript plugins.
#WASM #WASI 🦀
dev.to/topheman/web...
#WebAssembly, and #WASI in particular, are getting a little bit more mature.
#dev #developer
Added #Golang support to my #WebAssembly Component Model based project, thanks to @tinygo.org compiler.
#WASI #WASM #webdev #rust 🦀 #TinyGo
github.com/topheman/web...
Congrats to the Spin framework community on shipping 3.4 🎉
#cncf #webassembly #wasi #wasm
github.com/spinframewor...
The browser version of the project can now handle WRITE operations in the filesystem.
#WebAssembly #WASM #WASI #rust 🦀
bsky.app/profile/toph...
🚀 My #WebAssembly Component Model based project can now handle WRITE operations in the #browser version!
Forked #bytecodealliance/preview2-shim to fix filesystem issues. Now plugin-tee works perfectly in both CLI and web.
#WASI #WASM #webdev #rust 🦀
github.com/topheman/web...
Brilliant post by @rawkode.dev about wasm in mcp servers - #wasm #wasi #mcp #ai
Learn wasm/wasi its so cool
rawkode.academy/read/introdu...
The #wasm folks are on the warpath to blow up the distinction. Across languages even!
#Wasi preview 3 is >80% working on an async model, one where there is no function coloring and the runtime just does the right thing.
youtu.be/mkkYNw8gTQg
Added a new feature to help users resolve version mismatches between the CLI and the plugins (breaking changes in the WIT files).
#WebAssembly #WASM #WASI #rust 🦀
github.com/topheman/web...
#WebAssembly Component Model is promising, but examples are either too simple or too complex.
I built a REPL with plugins that work in both CLI & web, sandboxed by default, and the REPL logic itself compiles to #WASM.
Beyond hello world but still learnable! #WASI #rust 🦀
github.com/topheman/web...
Walking You Through WASI Support in Go #Technology #SoftwareEngineering #Other hashtag 1: #WASI 2: #GoLang 3: #SoftwareDevelopment
Once again putting mental energy into thinking of how and what to do file systems on the web. I'm pretty #wasi maximalist, as desires go.
But I'm not sure if that's going to be at all usable by typescript. Short of maybe running in jco, a js SpiderMonkey engine running in wasm.
#wasm / #wasi
Anyone here who wrote a simple #algorithm, no matter what, in wasm/wasi in one language and than loaded the built code in another one?
I read that it is possible but I didn't see many examples