pchickey opened PR #7510 from bytecodealliance:pch/delete_filesystem_modes
to bytecodealliance:main
.
pchickey updated PR #7510.
pchickey edited PR #7510.
pchickey has marked PR #7510 as ready for review.
pchickey requested wasmtime-core-reviewers for a review on PR #7510.
pchickey requested alexcrichton for a review on PR #7510.
alexcrichton submitted PR review.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
Question on this, if we know we want to add this in the future should we be trying to future-proof this function? For example we could add an
options: option<open-options>
with a currently emptyresource open-options
or something like that.Alternatively we could add a feature to the component model and WIT for something like keyword arguments with defaults. That's a much longer- term vision though.
pchickey submitted PR review.
pchickey created PR review comment:
I believe that we can eliminate the
modes
parameter here and let open-at continue to do the reasonable default behavior, and then when users of the re-introduced modes stuff want to opt into a non-default behavior for modes, we can expose a newopen-at-modes
function that has the additional argument. Then when it comes time to make a breaking change in preview 3 we can consolidate down to just oneopen-at
with mode arguments.We could get fancier than that, but I expect the above will work fine without introducing much complexity.
alexcrichton merged PR #7510.
Last updated: Nov 22 2024 at 16:03 UTC