alexcrichton opened PR #8366 from alexcrichton:fixup-sharedmemory-header
to bytecodealliance:main
:
- Don't declare an anonymous
struct wasmtime_sharedmemory
, instead#include
the actual definition.- Fix an issue where a header in
sharedmemory.h
referred to a type inextern.h
which wasn't#include
'd. This function,wasmtime_sharedmemory_into_extern
, additionally isn't necessary as it's no different than manually constructing it. Fix this by removing this function.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested fitzgen for a review on PR #8366.
alexcrichton requested wasmtime-core-reviewers for a review on PR #8366.
fitzgen submitted PR review.
alexcrichton updated PR #8366.
alexcrichton has enabled auto merge for PR #8366.
github-actions[bot] commented on PR #8366:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:c-api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:c-api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton merged PR #8366.
Last updated: Nov 22 2024 at 17:03 UTC