Port host::__wasi_errno_t errors to Rust

They are now blacklisted in the bindgen.
This commit is contained in:
Jakub Konka
2019-04-29 11:06:01 +02:00
committed by Dan Gohman
parent a51ffb6b6d
commit 86b7a52009
5 changed files with 248 additions and 134 deletions

View File

@@ -20,6 +20,7 @@ target-lexicon = "0.3.0"
cast = { version = "0.2.2", default-features = false }
log = { version = "0.4.6", default-features = false }
libc = "0.2.50"
errno = "0.2.4"
[build-dependencies]
cmake = "0.1.35"