Stream: git-wasmtime

Topic: wasmtime / PR #7261 Add accessors and mutators for all st...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 20:53):

tschneidereit requested elliottt for a review on PR #7261.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 20:53):

tschneidereit requested pchickey for a review on PR #7261.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 20:53):

tschneidereit requested lukewagner for a review on PR #7261.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 20:53):

tschneidereit requested wasmtime-core-reviewers for a review on PR #7261.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 20:53):

tschneidereit opened PR #7261 from tschneidereit:wasi-http-mutate-outgoing-state to bytecodealliance:main:

This change has two purposes:

1. adding the accessors enables treating the resource's representation of all state as canonical, instead of requiring a component to retain a copy of all state contained in the resource.


2. Adding mutators for all state supports use cases where it's required to change a request's/response's state after writing to its body. This is in particular the case when implementing preexisting systems or specifications, such as the WHATWG fetch spec used in JavaScript environments.

(Stacked on #7260)

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 21:02):

pchickey edited PR #7261:

This change has two purposes:

  1. adding the accessors enables treating the resource's representation of all state as canonical, instead of requiring a component to retain a copy of all state contained in the resource.

  2. Adding mutators for all state supports use cases where it's required to change a request's/response's state after writing to its body. This is in particular the case when implementing preexisting systems or specifications, such as the WHATWG fetch spec used in JavaScript environments.

(Stacked on #7260)

view this post on Zulip Wasmtime GitHub notifications bot (Nov 09 2023 at 18:50):

alexcrichton closed without merge PR #7261.


Last updated: Oct 23 2024 at 20:03 UTC