Big update on GitRoot. I just finished implementing `mv` and `cp` functions in the SDK plugin. It was the final step for the `v0.4` feature set. I also added `rm` and `replace` along the way, even if I didn't detail them in the blog post.

Speaking of which, I wrote a deep dive into the underlying "plumbing." If you want to see how strings travel between a Go host and a WASM guest using pointers and memory addresses, check it out:

https://gitroot.dev/blog/modifying-API-SDK-plugin.html

#WASM #golang #openSource #devLog #git #forge
GitRoot

GitRoot is a small yet powerfull git forge.

From Barcelona to the edge 🌍

At Wasm I/O 2026, Erik Rose shared how the WebAssembly component model is powering faster, more secure, and language-flexible apps on Fastly Compute.

Highlights:
• No-recompile adaptation of WASI modules
• Network hops → near-instant function calls
• Python on Compute, made simpler with components

Watch here: https://www.youtube.com/watch?v=s2XLrjl3BO4

#WebAssembly #Wasm #EdgeComputing

Componentizing Fastly Compute by Erik Rose @ Wasm I/O 2026

YouTube

let-go is also a really interesting #clojure implementation.
It supports Clojure async. Go blocks are actual goroutines.
let-go includes an nREPL server compatible with CIDER (Emacs) and Calva (VS Code)
Compile your program to a self-contained HTML page with #wasm output or create a standalone binary.

https://github.com/nooga/let-go

#clojure #golang #wasm

GitHub - nooga/let-go: Almost Clojure written in Go.

Almost Clojure written in Go. Contribute to nooga/let-go development by creating an account on GitHub.

GitHub

WebAssembly in space!

The wasmtime runtime is being used aboard a satellite payload. It reached orbit about a week and will start being used soon after a commissioning test:

#wasm #webassembly #wasmtime

https://www.federation-openspacemakers.com/en/participate/projects/phoenix-infrastructure-informatique-orbi/fosm-1/

FOSM-1

Description of the FOSM-1 satellite

Fédération - Open Space Makers

Fastly is doubling-down on developer control and code efficiency

We’ve removed the “duration” meter from Compute billing, moving strictly to vCPU milliseconds and request. This means your optimized code now directly lowers your bill.

New free tiers for:
-Fastly Compute
-KV Store & Secret Store
-Fanout

Available for immediate self-purchase. Build fast, build efficient. https://www.fastly.com/blog/shrink-your-bill-with-efficient-software
#EdgeComputing #Wasm #Sustainability

hi there, **random** #wasmtime user 👀   

#wasm #webassembly #neovim #nvim

Password Protecting Static Site Content with WASM

"I use static site generators for my sites. I call out to external APIs to do anything dynamic. The exception is password protection. I'd always thought that needed to be done dynamically on a site's host server. I realized with WASM that's not the case. Files can be encrypted and served statically with a WASM process providing decryption directly on the front end."

https://al9000.com/rust/wasm/static-site-file-decryption/

#metablogging #security #ssg #static #wasm #webdev
Password Protecting Static Site Content with WASM

a post from alan w. smith

Wasmbox 0.3.2 released

network - Per-host outbound HTTPS via WASI HTTP. Host-filtered: tools can only reach hosts declared in their manifest. All other requests are rejected at the runtime level.

Cool tools coming!

https://tangled.org/metaend.eth.xyz/wasmbox-cli

#wasm #ai #wasmbox #a2h #agents

metaend.eth.xyz/wasmbox-cli

Flatpak-style launcher for sandboxed WebAssembly tools. Install, verify, and run .wasm binaries with explicit capability grants. Single binary, local-first, zero telemetry.

Tangled

@sleepycat this talk is really good but has a different focus - it only really veers there like half way though so worth a watch IMHO

https://www.youtube.com/watch?v=YZG7waS2XZg

#WASM

Does the Component Model Require Extra Copying? - Luke Wagner, Fastly

YouTube
#ghcjs was terribly slow to build with is switch to #wasm ffi , builds line a charm cabal
But why do I miss out , in terms of getting compile time js errors vs getting those in runtime and debugging browser console?