Stream: git-wasmtime

Topic: wasmtime / issue #4190 Change some `VMContext` pointers t...


view this post on Zulip Wasmtime GitHub notifications bot (May 27 2022 at 18:30):

github-actions[bot] commented on issue #4190:

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 (May 27 2022 at 18:54):

bjorn3 commented on issue #4190:

Maybe have an enum VMAnyContext {} or struct VMAnyContext; and then use *mut VMAnyContext to make clear that it is some kind of vm context, and not just an arbitrary pointer?


Last updated: Oct 23 2024 at 20:03 UTC