FrankReh opened PR #8641 from FrankReh:just-a-few-typos
to bytecodealliance:main
:
Corrected typos from various parts of the crate.
The commits are broken down into different parts in case there are different owners who would take on reviewing.
Most are in comments. A few are in asserts and error messages.
Before anyone gets too annoyed with me, consider the time saved for all who will be reading this code in the years to come. :pray:
FrankReh requested alexcrichton for a review on PR #8641.
FrankReh requested wasmtime-fuzz-reviewers for a review on PR #8641.
FrankReh requested wasmtime-core-reviewers for a review on PR #8641.
FrankReh requested wasmtime-compiler-reviewers for a review on PR #8641.
FrankReh requested fitzgen for a review on PR #8641.
FrankReh requested wasmtime-default-reviewers for a review on PR #8641.
abrown submitted PR review.
Might need to run clang-format on one of those header files...
FrankReh commented on PR #8641:
Might need to run clang-format on one of those header files...
I'm very much over my head using the c headers. It's been a minute since I was compiling c. I'm happy to take help in understanding what I should do get the changes to the headers accepted by ci, but I can also revert them if the changes are making things too complicated.
abrown created PR review comment:
I think it boils down to this:
* This context pointer is used pervasively throughout Wasmtime's API. This can * be acquired from #wasmtime_store_context or #wasmtime_caller_context. The
clang-format
wants the comments to all be a certain length.
abrown submitted PR review.
abrown updated PR #8641.
abrown submitted PR review.
abrown created PR review comment:
I went ahead and merged this suggestion to see if there are any other problems.
abrown has enabled auto merge for PR #8641.
abrown merged PR #8641.
Last updated: Nov 22 2024 at 16:03 UTC