Hacker News
- Mewz: Unikernel written in Zig for running WASI-compatible WASM applications https://github.com/mewz-project/mewz 3 comments
- Compiling Rust to WASI https://benw.is/posts/compiling-rust-to-wasi 5 comments
- WASI 0.2.0 and Why It Matters https://wasmcloud.com/blog/wasi-preview-2-officially-launches 105 comments
- WASI Support in Go https://go.dev/blog/wasi 49 comments
- Tiny WASI β A tiny WASI runtime written in TypeScript https://github.com/qrdate/tinywasi 18 comments
- WASI: A New Kind of System Interface https://www.infoq.com/presentations/wasi-system-interface/ 56 comments
Lobsters
- WASI support in Go https://go.dev/blog/wasi 2 comments go
- WASIX, the Superset of WASI Supporting Threads, Processes and Sockets https://wasmer.io/posts/announcing-wasix 13 comments c , rust , wasm
- Standardizing WASI: A system interface to run WebAssembly outside the web https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ 13 comments c , rust , wasm
- `wasm32-wasi` support added to Tokio https://github.com/tokio-rs/tokio/commit/6d3f92dddc510e9276191cfab1b0432ce8248589 46 comments rust
- whats all the fuzz about wasi-libc? https://gitweb.gentoo.org/repo/gentoo.git/tree/www-client/firefox/firefox-101.0.1.ebuild#n706 8 comments gentoo
- Newbie Rustacean... I participated in a hackathon at work building demos for WASM/WASI, and I got my demo publicly featured today. It uses tract for an ML inference engine. Such an ace OSS project, and way before I learned of wasi-nn π https://developer.fastly.com/solutions/demos/edgeml/ 2 comments rust
- awesome-wasi, a curated list of awesome things regarding WebAssembly WASI ecosystem https://github.com/wasmerio/awesome-wasi 5 comments programming
- WASI, Communication between Node.js and WASM modules, another way, with STDIN and STDOUT https://k33g.hashnode.dev/wasi-communication-between-nodejs-and-wasm-modules-another-way-with-stdin-and-stdout 9 comments javascript
- Changes to Rust's WASI targets | Rust Blog https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html 6 comments rust
- Designing an Async Runtime for WASI 0.2 https://blog.yoshuawuyts.com/building-an-async-runtime-for-wasi/ 7 comments rust
- Writing universal libraries using C++ and consuming it in Rust (WASI) https://medium.com/@shyamsundarb/writing-universal-libraries-using-c-and-consuming-it-in-rust-wasi-80ad1174e0c9 4 comments webassembly
- Unexpectedly Useful: A Real World Use Case For WASI https://leaningtech.com/unexpectedly-useful-a-real-world-use-case-for-wasi/ 2 comments webassembly
- Experimenting with .NET 7, WASM, and WASI on Docker https://laurentkempe.com/2022/10/31/experimenting-with-dotnet-7-wasm-and-wasi-on-docker/ 26 comments dotnet
- Using WASM and WASI to run .NET 7 on a Raspberry PI Zero 2 W https://laurentkempe.com/2022/10/29/using-wasm-and-wasi-to-run-dotnet-7-on-a-raspberry-pi-zero-2-w/ 19 comments dotnet
- AssemblyScript has removed WASI support https://twitter.com/AssemblyScript/status/1561699214069047299?s=19&t=X3pOX5eW7WmZ8ehNIp2PsA 28 comments programming
- AssemblyScript has removed WASI support https://twitter.com/AssemblyScript/status/1561699214069047299?s=19&t=X3pOX5eW7WmZ8ehNIp2PsA 41 comments webassembly
- WASM + WASI + WAGI + Web Assembly Modules in Rust β Part 3 https://medium.com/@shyamsundarb/wasm-wasi-wagi-web-assembly-modules-in-rust-part-3-e61296775330 8 comments rust
- https://wasi.run - A recent small side project of mine to run WASI modules anywhere on the web in a browser https://wasi.run/ 6 comments webassembly
- Rust - Web Assembly, WASI and WAGI - Part 2 https://medium.com/@shyamsundarb/wasm-wasi-wagi-web-assembly-modules-in-rust-part-2-4ecc1b4ec2b2 4 comments rust
- Making a very smol WASI program https://passcod.name/technical/just-a-bit-of-wasi.html 3 comments webassembly
- Announcing support for WASI on Cloudflare Workers https://blog.cloudflare.com/announcing-wasi-on-workers/ 24 comments rust
- Future Possibilities for .NET and WASI (WebAssembly on the Server) - Build presentation https://mybuild.microsoft.com/en-US/sessions/ddf48da7-d3e6-4ba5-affd-b5735ce205fa 18 comments dotnet
- Compiling LLVM IR into WebAssembly with WASI support https://evacchi.github.io/llvm/wasm/wasi/2022/04/14/compiling-llvm-ir-into-wasm.html 3 comments webassembly
- Proposal to merge WASI based WebAssembly support https://bugs.ruby-lang.org/issues/18462 4 comments ruby
- wasm2native: Turn WASI apps into native executables https://github.com/vshymanskyy/wasm2native 8 comments webassembly
- Afghan promoter Abdul Wasi Sharifi desperate to flee country after Taliban makes MMA illegal in Afghanistan https://www.mmafighting.com/2021/9/11/22667641/afghan-promoter-abdul-wasi-sharifi-desperate-to-flee-country-after-taliban-mma-illegal-afghanistan 212 comments mma
- libw - a minimalistic wrapper for wasi that's easy to see/learn how things work https://github.com/richardanaya/libw 4 comments rust
- Announcing WebAssembly.sh, an online WebAssembly terminal to run WASI modules directly on your browser https://medium.com/wasmer/webassembly-sh-408b010c14db 6 comments programming
- Announcing WebAssembly.sh - An online WebAssembly Terminal to run WASI modules directly on your browser https://medium.com/wasmer/webassembly-sh-408b010c14db 4 comments webdev
- Wasmtime β a small and efficient runtime for WebAssembly & WASI https://wasmtime.dev 24 comments rust
- Mozilla tries to do Java as it should have been β with a WASI spec for all devices, computers, operating systems https://www.theregister.co.uk/2019/03/29/mozilla_wasi_spec/ 355 comments programming
- π Wasmer 0.3.0 released: WASI support (can run PHP, SQLite, Lua), multiple backends (singlepass, Cranelift, LLVM), improved C/C++ API, bug fixes and more! https://github.com/wasmerio/wasmer/releases/tag/0.3.0 4 comments programming
- π Wasmer 0.3.0 released: WASI support (can run PHP, SQLite, Lua), multiple backends (singlepass, Cranelift, LLVM), improved C/C++ API, bug fixes and more! https://github.com/wasmerio/wasmer/releases/tag/0.3.0 26 comments rust
- Standardizing WASI: A system interface to run WebAssembly outside the web https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ 26 comments rust