Beth Pariseau · @BPariseau
331 followers · 180 posts · Server hachyderm.io

My latest: Server-side 's Q4 release will provide a cleaner way to connect apps, followed by further improvements in early 2024. Will it be enough to convince skeptics? @RobustCloud @luke_wagner @hectaman techtarget.com/searchitoperati

#wasm #wasmcon #wasi

Last updated 1 year ago

Chris Dickinson · @isntitvacant
540 followers · 506 posts · Server hachyderm.io

Looking for a little light travel reading on the way to ?

Consider "Understanding WASM, part 3: You Are Here"! It's a deep dive on system interfaces: what they are, their history, and what WASI might mean for them.

neversaw.us/2023/09/04/underst

#wasmcon #wasm #wasi

Last updated 1 year ago

Chris Dickinson · @isntitvacant
540 followers · 506 posts · Server hachyderm.io

"Understanding WASM, part 3: You Are Here"

This is a deep dive into the history of virtualization technologies & techniques, in an attempt to frame where WebAssembly and WASI exist in that continuum.

neversaw.us/2023/09/04/underst

#wasm #wasi

Last updated 1 year ago

smallcircles (Humane Tech Now) · @smallcircles
5784 followers · 4626 posts · Server social.coop
smallcircles (Humane Tech Now) · @smallcircles
5770 followers · 4604 posts · Server social.coop

terminal workspace.

zellij.dev

Extensible workspace for the terminal using a / based plugin system.

#Zellij #ui #webassembly #wasi

Last updated 1 year ago

Henrik Røn · @HenrikRxn
14 followers · 52 posts · Server hachyderm.io

Seems WASI support in .NET will be (partly) postponed until .NET 9

The WASI tracking issue on Github now has Milestone set to 9.0.0 github.com/dotnet/runtime/issu

This happened just after .NET 8 Preview 6 was released and I noticed when re-visiting my "Hello World" WASI, see henrikrxn.github.io/blog/Wasi-

#dotnet #wasi #webassembly #wasm

Last updated 1 year ago

Jay Cuthrell · @jay
108 followers · 505 posts · Server cuthrell.com
Christoph :verified_flashing: · @cv
183 followers · 194 posts · Server hachyderm.io

Great to read about 0.11 release, now with experimental support for threads!
ziglang.org/download/0.11.0/re

#ziglang #wasi #wasm #webassembly

Last updated 1 year ago

Dan Gohman · @sunfish
1494 followers · 412 posts · Server hachyderm.io

"The WASI OS" ← I'm giving a talk at WasmCon next month!

There's no WASI kernel yet, but as Unix teaches us, OS's can be about more than a single kernel. They can also be about a design philosophy, and about interfaces with many implementations. What's emerging in the OS, and what does it look like in practice with wasi-http and wasi-sockets?

wasmcon2023.sched.com/event/1P

#wasi

Last updated 1 year ago

Konstantin 🚀 · @konstantin
802 followers · 200 posts · Server social.headbright.eu

Today I get to revisit an old service - my very first WASI implementation where a Go app hosts a runtime that executes WASM scripts written in Rust. It dates back to v1 of wasmer.io. The goal is to try and make a Swift snippet compile to in a way that can run inside the runtime.

#wasi #wasm

Last updated 1 year ago

smallcircles (Humane Tech Now) · @smallcircles
5669 followers · 4006 posts · Server social.coop

: An Updated Roadmap for Developers

" This roadmap reflects changes occurring in standards within the WebAssembly Community Group (CG) and the Subgroup within the . This includes WebAssembly Core, WebAssembly Component Model, WASI (WebAssembly System Interface), and a number of WASI-based interfaces. "

bytecodealliance.org/articles/

#webassembly #wasi #w3c

Last updated 1 year ago

Benjamin Bouvier 🍔 · @bnjbvr_en
428 followers · 489 posts · Server tutut.delire.party

WebAssembly: An updated roadmap for developers
bytecodealliance.org/articles/

Great news from the Bytecode Alliance on WASI & the Component model, even featuring a component registry!

#wasi #webassembly #wasm

Last updated 1 year ago

gram · @orsinium
100 followers · 372 posts · Server fosstodon.org

@preslavrachev

1. Goroutines use "cooperative multitasking", they release control back to the scheduler when they are blocked or a certain amount of calls (what Erlang calls "reductions") passed since the last release.

2. You can do system calls only with which will be available only in 1.21. You cannot do system calls from the browser (GOOS=js) for safety reasons. You can, however, use WebAPI to do network calls, and then you work with JS promises:

github.com/life4/gweb/blob/mas

#wasi #golang

Last updated 1 year ago

gram · @orsinium
93 followers · 329 posts · Server fosstodon.org

1. Goroutines use "cooperative multitasking", they release control back to the scheduler when they are blocked or a certain amount of calls (what Erlang calls "reductions") passed since the last release.

2. You can do system calls only with (GOOS=wasip1) which will be available only in 1.21. You cannot do system calls from the browser (GOOS=js) for safety reasons. You can, however, use WebAPI to do network calls, and then you work with JS promises:

github.com/life4/gweb/blob/mas

#wasi #golang

Last updated 1 year ago

Ivan :nix_snowflake_logo: · @ivan
92 followers · 259 posts · Server hachyderm.io

Playing around with and is some of the most fun programming I’ve done in quite a while

#rust #wasi #wasm

Last updated 1 year ago

deadprogram · @deadprogram
623 followers · 317 posts · Server social.tinygo.org

My slides for "A Small Update About TinyGo - GopherconEU 2023 Edition" are available here:
deadprogram.github.io/gopherco

#gopherconeu #golang #wasi #webassembly #embedded #tinygo

Last updated 1 year ago

squillace · @squillace
677 followers · 1171 posts · Server hachyderm.io

Every step is a good step: WIT syntax highlighting as components begin to appear: github.com/bytecodealliance/vs

#wasi #vscode

Last updated 1 year ago

Nicolas Fränkel · @frankel
794 followers · 917 posts · Server mastodon.top
Henrik Røn · @HenrikRxn
14 followers · 41 posts · Server hachyderm.io

Looked into progress on WASI support in .NET 8 Preview 5

TL;DR Not much visible progress

henrikrxn.github.io/blog/Wasi-

#dotnet #webassembly #wasi

Last updated 1 year ago

Brett Cannon · @brettcannon
2489 followers · 978 posts · Server fosstodon.org

I wrote snarky.ca/wasi-support-for-cpy to cover the state of support in and where I hope it goes in the future

#wasi #python

Last updated 1 year ago