github-actions[bot] commented on issue #6138:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
bjorn3 commented on issue #6138:
Is this still possible once the gc proposal is implemented? Wouldn't this enum get variants that use heap allocated values to represent gc types? Types containing heap allocated values can't be Copy.
fitzgen commented on issue #6138:
Probably it will get variants that are indices into ... somewhere.
fitzgen commented on issue #6138:
We might have to remove
Copy
, but we can do that when we get to it.
jbourassa commented on issue #6138:
Understood. We'll use it while we can, and adjust our strategy if ever it gets dropped. Thanks folks!
Last updated: Nov 22 2024 at 16:03 UTC