-
Notifications
You must be signed in to change notification settings - Fork 186
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
feat: WASI 0.2.2 #3312
feat: WASI 0.2.2 #3312
Conversation
42a19ab
to
786ee78
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I understand, looks like
- wasmcloud_component now will use
wasi:config/store.*
- wasmcloud_runtime supports
wasi:config/store|runtime.*
(for the time being)
As long as I'm right there, LGTM. Left a suggestion for the test to "verify" backwards compatibility isn't carelessly removed in a future commit but I'm open to options
Bumps [wasi](https://github.com/bytecodealliance/wasi-rs) from 0.13.2+wasi-0.2.1 to 0.13.3+wasi-0.2.2. - [Commits](bytecodealliance/wasi-rs@0.13.2...0.13.3) --- updated-dependencies: - dependency-name: wasi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Roman Volosatovs <[email protected]>
786ee78
to
f4998f6
Compare
That's exactly right, I've added a test case for the legacy interface in 51ea896 |
f4998f6
to
715a417
Compare
Signed-off-by: Roman Volosatovs <[email protected]>
715a417
to
51ea896
Compare
Feature or Problem
wasmcloud_component
to use WASI 0.2.2wasi:config/store
Related Issues
#3253
WebAssembly/wasi-config#14
WebAssembly/wasi-blobstore#28
Release Information
Consumer Impact
Testing
Unit Test(s)
Acceptance or Integration
Manual Verification