temporarily use my branch of the wasi crate

This commit is contained in:
Pat Hickey
2021-01-27 19:05:52 -08:00
parent be108c7a93
commit 03466d04ce
2 changed files with 8 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ publish = false
[dependencies]
libc = "0.2.65"
wasi = "0.10.0"
wasi = { git = "https://github.com/BytecodeAlliance/wasi", branch = "pch/public_errno_names_docs" }
more-asserts = "0.2.1"
# This crate is built with the wasm32-wasi target, so it's separate