[15.0.0] Backport WIT-changing PRs#7529
Merged
alexcrichton merged 6 commits intobytecodealliance:release-15.0.0from Nov 13, 2023
Merged
[15.0.0] Backport WIT-changing PRs#7529alexcrichton merged 6 commits intobytecodealliance:release-15.0.0from
alexcrichton merged 6 commits intobytecodealliance:release-15.0.0from
Conversation
* delete wasi-clocks timezone interface: import wit changes from WebAssembly/wasi-clocks#55 * remove other references to wasi:clocks/timezone in wits * remove todo! implementation of clocks/timezone and add_to_linker funcs
…dealliance#7521) * Move the `error` resource into `wasi:io/error` * error.wit: update doc comments * downstream fixes to streams.wit doc comments * fix package name in error.wit --------- Co-authored-by: Trevor Elliott <telliott@fastly.com>
* Make child fields immutable * Add `get_fields` and remove `FieldMapMutability` Clean up the interface to immutable fields by adding a different accessor. * Clean up the diff
…e#7434) * Migrate to a more specific error-code variant in wasi-http Co-authored-by: Pat Hickey <phickey@fastly.com> * Optional fields, and align with upstream pr * Update for upstream changes to the error-code variant * Sync with the upstream implementation * Missed updating an error for riscv64 and s390x * More debuggable error prtest:full * Try to stabilize the test on windows --------- Co-authored-by: Pat Hickey <phickey@fastly.com>
The `wasi:cli` WIT package now has a `reactor` world so the adapter can use that instead of defining its own.
fitzgen
approved these changes
Nov 13, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a backport of a number of PRs to
mainall of which changes WASI WIT files:wasi:io/stream/errorresource intowasi:io/error#7521After this PR the
crates/wasi/witdirectory is the same onrelease-15.0.0andmain