Update wasi-crypto crate

This pulls more recent versions of its dependencies.
This commit is contained in:
Frank Denis
2021-10-10 21:34:43 +02:00
parent f3d06d61d2
commit 0ee1689e2f
4 changed files with 162 additions and 220 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
wasi-crypto = { path = "spec/implementations/hostcalls/rust", version = "0.1.4" }
wasi-crypto = { path = "spec/implementations/hostcalls/rust", version = "0.1.5" }
wasmtime = { path = "../wasmtime", version = "0.30.0", default-features = false }
wiggle = { path = "../wiggle", version = "0.30.0" }

View File

@@ -17,8 +17,8 @@ WASI, this crate is currently separate from the [wasi-common] crate.
[wasi-crypto]: https://github.com/WebAssembly/wasi-crypto
[wasi-common]: ../../wasi-common
[documentation]: ../spec/docs/wasi-crypto.md
[interfaces reference]: ../spec/witx/wasi_ephemeral_crypto.md
[interfaces reference (compact)]: ../spec/witx/wasi_ephemeral_crypto.txt
[interfaces reference]: ../spec/witx/codegen/wasi_ephemeral_crypto.md
[interfaces reference (compact)]: ../spec/witx/codegen/wasi_ephemeral_crypto.txt
## Wasmtime integration