Stream: git-wasmtime

Topic: wasmtime / PR #9288 feat: bindgen: add support for multip...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 23:44):

lwansbrough requested alexcrichton for a review on PR #9288.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 23:44):

lwansbrough requested wasmtime-core-reviewers for a review on PR #9288.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 19 2024 at 23:44):

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 in tests/codegen/unversioned-foo.wit would be considered a candidate world for selection.


Last updated: Oct 23 2024 at 20:03 UTC