Use the libstd instead of the errno crate in wasmtime-runtime. (#408)

Rust's standard library now has a way to read the OS errno value, so use
that instead of depending on the errno crate in wasmtime-runtime.
This commit is contained in:
Dan Gohman
2019-10-17 17:14:57 -07:00
committed by GitHub
parent 50beb21b63
commit 877152ee5c
3 changed files with 7 additions and 9 deletions

View File

@@ -35,7 +35,6 @@ pretty_env_logger = "0.3.0"
file-per-thread-logger = "0.1.1"
wabt = "0.9.2"
libc = "0.2.60"
errno = "0.2.4"
rayon = "1.1"
wasm-webidl-bindings = "0.5"