lwansbrough requested alexcrichton for a review on PR #9288.
lwansbrough requested wasmtime-core-reviewers for a review on PR #9288.
lwansbrough opened PR #9288 from lwansbrough:feature/paths
to bytecodealliance:main
:
This change makes it possible to compile bindings from multiple wit source paths. It resolves https://github.com/bytecodealliance/wasmtime/issues/9249 and is heavily informed by the work done for wit-bindgen in https://github.com/bytecodealliance/wit-bindgen/pull/1003
I had to modify one existing test (
trappable_errors_with_versioned_and_unversioned_packages
) to support this behaviour as the existing test was created without the expectation that the world intests/codegen/unversioned-foo.wit
would be considered a candidate world for selection.
Last updated: Nov 22 2024 at 17:03 UTC