home.social

#wasmcomponents — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wasmcomponents, aggregated by home.social.

  1. 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.

    github.com/dylibso/component-w

    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!

    #wasm #wasmcomponents #componentmodel