Hacker News new | ask | show | jobs
by davexunit 99 days ago
This is my main confusion, too! I have an existing Wasm GC language implementation and I'm not sure how to reconcile it with the component model.
1 comments

I would think you could treat it as a normal GC reference and then just drop the resource when the GC collects the object.