Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to WASI 0.2.2 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rvolosatovs
Copy link
Contributor

@rvolosatovs rvolosatovs commented Oct 14, 2024

Note, that the interface version in the WIT is purposefully not changed - doing so (e.g. using 0.2.0-draft.1) means that hosts that would want to support both versions would now need to duplicate all binding implementations and deal with duplicate I/O package dependencies.

There's no reason for this complexity, however, because the host may choose any version of I/O package for implementation, e.g. component interface version depending on wasi:io/[email protected] can successfully import host interface version depending on wasi:io/[email protected] (see an example of this working in wasmCloud/wasmCloud#3312 if interested)

Signed-off-by: Roman Volosatovs <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant