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 content2 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.…