Hacker News new | ask | show | jobs
by circuit10 274 days ago
WebAssembly programs can't directly read their own stack because of how it's designed, meaning that scanning for live objects within WASM is inefficient as you have to keep a separate stack in software for GC