Right now, when building a new `WasiCtx`, we can inherit `stdin`/`stdout`/`stderr` or preopened directories. But would it be acceptable to also provide a way to map a Wasi file descriptor to a `RawFd`?
Right now, when building a new
WasiCtx, we can inheritstdin/stdout/stderror preopened directories.But would it be acceptable to also provide a way to map a Wasi file descriptor to a
RawFd?