Stream: git-wasmtime

Topic: wasmtime / PR #7473 c-api: support IWYU pragmas


view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 15:08):

rockwotj opened PR #7473 from rockwotj:main to bytecodealliance:main:

This allows clangd to not import the headers in the wasmtime directory,
as not all of them include their dependencies correctly. This means that
clangd can import a header directly and it breaks the build, as the
order wasmtime.h #includes is important.

See: https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/IWYUPragmas.md

view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 15:08):

rockwotj requested alexcrichton for a review on PR #7473.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 15:08):

rockwotj requested wasmtime-core-reviewers for a review on PR #7473.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 16:16):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 17:01):

alexcrichton merged PR #7473.


Last updated: Nov 22 2024 at 16:03 UTC