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

feat: WASI 0.2.2 #3312

Merged
merged 3 commits into from
Oct 15, 2024
Merged

feat: WASI 0.2.2 #3312

merged 3 commits into from
Oct 15, 2024

Conversation

rvolosatovs
Copy link
Member

Feature or Problem

  • update wasmcloud_component to use WASI 0.2.2
  • add support for the new wasi: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

Copy link
Member

@brooksmtownsend brooksmtownsend left a 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

dependabot bot and others added 2 commits October 15, 2024 15:26
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]>
@rvolosatovs
Copy link
Member Author

rvolosatovs commented Oct 15, 2024

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

That's exactly right, I've added a test case for the legacy interface in 51ea896

@rvolosatovs rvolosatovs added this pull request to the merge queue Oct 15, 2024
Merged via the queue into wasmCloud:main with commit 0c28a1a Oct 15, 2024
57 checks passed
@rvolosatovs rvolosatovs deleted the feat/wasi-0.2.2 branch October 15, 2024 14:38
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.

3 participants