Files
wasmtime/supply-chain
Dan Gohman 9b3477f602 Implement the remaining socket-related WASI functions. (#4776)
* Implement the remaining socket-related WASI functions.

The original WASI specification included `sock_read`, `sock_write`, and
`shutdown`. Now that we have some sockets support, implement these
additional functions, to make it easier for people porting existing code
to WASI.

It's expected that this will all be subsumed by the wasi-sockets
proposal, but for now, this is a relatively small change which should
hopefully unblock people trying to use the current `accept` support.

* Update to system-interface 0.22, which has fixes for Windows.
2022-08-26 11:39:51 -07:00
..
2022-07-25 20:21:14 +00:00
2022-07-25 20:21:14 +00:00

This directory contains the state for cargo-vet, a tool to help projects ensure
that third-party Rust dependencies have been audited by a trusted entity.

More about the tool can be found here: https://mozilla.github.io/cargo-vet/

The audits.toml file may be imported by other projects, and therefore should be
handled with care. Ask for help if you're not sure.