This lets code compiled to linear memory wasm (like a C++ or Rust game engine) use the host GC instead of shipping its own, with the benefits of
- Not shipping a GC.
- Not needing to manage a shadow stack in userspace.
- Other host GC benefits, like existing optimzations there, integration with system memory pressure events, etc.