]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #100892 - sunfishcode:wasi-stdio-asfd, r=joshtriplett
authorYuki Okushi <jtitor@2k36.org>
Tue, 30 Aug 2022 23:47:15 +0000 (08:47 +0900)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 23:47:15 +0000 (08:47 +0900)
commit3a764e9396d24bdc840cf41efdab86c984b2d3b8
tree085acef60cddef011f534367c28c9ede5791d8d4
parent682644251dcba44bd5d66ec52e057e0ee29435f5
parent2efe6b0d3d1cca5b0b360ff760f08cb7d647878a
Rollup merge of #100892 - sunfishcode:wasi-stdio-asfd, r=joshtriplett

Add `AsFd` implementations for stdio types on WASI.

This mirrors the implementations on Unix platforms, and also mirrors the
existing `AsRawFd` impls.