Stream: git-wasmtime

Topic: wasmtime / issue #6138 Derive `Copy` on `wasmtime::ValType`


view this post on Zulip Wasmtime GitHub notifications bot (Apr 03 2023 at 23:44):

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:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Apr 04 2023 at 16:58):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 04 2023 at 20:30):

fitzgen commented on issue #6138:

Probably it will get variants that are indices into ... somewhere.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 04 2023 at 20:31):

fitzgen commented on issue #6138:

We might have to remove Copy, but we can do that when we get to it.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 04 2023 at 20:51):

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