esarver opened PR #9316 from esarver:main
to bytecodealliance:main
:
If you have a WIT that contains a world named
host
, there is special behavior defined inwasmtime-wit-bindgen
that adds an_
to the world name. This is used inconsistently, and causes a compiler error on the expanded code. See issue #9315 for more details.I have also added test to the wasmtime-component-macro crate to prevent this from regressing.
This is my first contribution to this project so please let me know if you need any additional information or changes.
esarver requested fitzgen for a review on PR #9316.
esarver requested wasmtime-core-reviewers for a review on PR #9316.
alexcrichton submitted PR review:
Thank you for this, and for the test!
esarver commented on PR #9316:
My pleasure! Happy to help! I love what this project is doing and have been looking for a reason to use it! Finally had a chance.
alexcrichton merged PR #9316.
Last updated: Nov 22 2024 at 16:03 UTC