elliottt opened PR #7589 from elliottt:trevor/http-changes
to bytecodealliance:main
:
This is a draft of some proposed tweaks to the wasi-http spec:
- Removing the
-ms
suffix on the timout setters, and references to the value being in millisecondsMaking the
future-trailers.get
method return the trailers only once, and as a result also returning an ownedHostFields
<!--
Please make sure you include the following information:If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton submitted PR review.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
Question on this: why not combine the "you already called this" error into
error-code
? That wouldn't require two layers ofresult
since the signature is pretty gnarly here.I realize though that other futures-related things are doing two layers of results is one reason for this. That's probably enough for now I suppose.
alexcrichton created PR review comment:
I think the internals of all these methods also need to change since right now they're using
*_millis
-relatedDuration
methods
pchickey submitted PR review.
pchickey created PR review comment:
Yes, we are sticking to the same convention for the sake of bindings generators knowing how to translate the "futures pattern" into some native future. its not a fully baked thing yet but we at least want to try.
elliottt updated PR #7589.
elliottt submitted PR review.
elliottt created PR review comment:
Good catch, thanks!
elliottt has marked PR #7589 as ready for review.
elliottt requested wasmtime-core-reviewers for a review on PR #7589.
elliottt requested alexcrichton for a review on PR #7589.
pchickey submitted PR review.
pchickey merged PR #7589.
Last updated: Nov 22 2024 at 16:03 UTC