Chasing Bit-Equality Through a Wasm Actor Runtime
An investigation into bit-reproducible snapshot/restore for stateful Wasm actors, and the two-tier contract that emerged.…
}
Skip to main content3 posts
An investigation into bit-reproducible snapshot/restore for stateful Wasm actors, and the two-tier contract that emerged.…
A WebAssembly module's linear memory can be shared directly with the Apple Silicon GPU: no copies, no serialization, no intermediate buffers. Here's how the zero-copy chain works, what we measured, and what it enables for stateful AI inference.…
Over the weekend, I took a first stab at transforming my prior little cave-generation toy (https://abacusnoir.blog/2020/08/02/cave-generation/) from Scala to Rust. Old repo: https://bitbucket.org/aga…