You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support multiple documents with a single default world. (#494)
Previously, wit-bindgen only supported using a default world when there
was exactly one document.
With this change, wit-bindgen will look through all the documents and
if only one of them has a default world, it'll use that world. This is
a common pattern in WASI proposal repos.
0 commit comments