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:
- 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 #4190:
Maybe have an
enum VMAnyContext {}
orstruct 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: Nov 22 2024 at 16:03 UTC