Port WASI host types

This commit is contained in:
Jakub Konka
2019-05-07 09:11:00 +02:00
parent 8335484870
commit 2587fa0145
7 changed files with 1296 additions and 313 deletions

View File

@@ -14,9 +14,6 @@ libc = "0.2"
nix = "0.13"
rand = "0.6"
[build-dependencies]
bindgen = "0.49.0"
[lib]
name = "wasi_common"
crate-type = ["rlib", "staticlib", "cdylib"]