Hi
Where can I find the source code for "https://crates.io/crates/wasmtime-wasi-crypto"?
Thanks
wasmtime-wasi-crypto
was removed in https://github.com/bytecodealliance/wasmtime/pull/6816.
I believe this is its last state: https://github.com/bytecodealliance/wasmtime/tree/3878a0025e8c2f44f8ed2e7064cd5188574e7d6c/crates/wasi-crypto.
Thanks.
You can use Wasmedge instead to take advantage of the WASI crypto extensions.
Or the code of the Rust implementation can be found here: https://github.com/orgs/wasm-crypto/repositories including a fork of Wasmtime that supports it, but is not up to date.
Last updated: Apr 08 2025 at 16:04 UTC