Related Links
3Mounting tar archives as a filesystem in WebAssembly
This article describes how to use a file index to mount a tar.gz archive directly into the Emscripten virtual filesystem without extracting it within WebAssembly.
jeroen.github.io·1 source·2d
Hacker News
Zero-Copy GPU Inference from WebAssembly on Apple Silicon
This article details a method for achieving zero-copy GPU inference from WebAssembly on Apple Silicon by sharing a WebAssembly module's linear memory directly with the GPU, eliminating copies and intermediate buffers, for stateful AI inference.
abacusnoir.com·1 source·Apr 19
Hacker News
A tail-call interpreter in (nightly) Rust
This blog post explores the implementation of a tail-call-style interpreter with an optimized Uxn emulator in nightly Rust, targeting ARM, x86, and WebAssembly.
mattkeeter.com·1 source·Apr 5
Hacker News