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

@@ -8,6 +8,7 @@ extern crate wasmtime_jit;
extern crate wasmtime_runtime;
#[macro_use]
extern crate log;
extern crate errno;
mod host;
mod host_impls;