#wasmcomponents — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #wasmcomponents, aggregated by home.social.
-
-
As a complete aside: over the last few months, I've put together a little workbench repo to get myself conversant with the Wasm component model.
https://github.com/dylibso/component-workbench
It consists of a series of ".wat" files, some of which include an associated runner. Each file attempts to isolate one bit of syntax, building up to late-bound host functions.
These files are intended for people to read and edit – change stuff and see what happens!