Stream: general

Topic: wasmtime-wasi-crypto


view this post on Zulip celine santosh (Mar 09 2025 at 11:23):

Hi

Where can I find the source code for "https://crates.io/crates/wasmtime-wasi-crypto"?

Thanks

view this post on Zulip primoly (Mar 09 2025 at 14:54):

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.

This commit is a follow-up to the discussion on #6732. This removes Wasmtime's implementation of the wasi-crypto proposal from in-tree along with its various support in CI, configuration, etc. ...
A lightweight WebAssembly runtime that is fast, secure, and standards-compliant - bytecodealliance/wasmtime

view this post on Zulip celine santosh (Mar 10 2025 at 18:30):

Thanks.

view this post on Zulip Frank Denis (Mar 11 2025 at 19:17):

You can use Wasmedge instead to take advantage of the WASI crypto extensions.

view this post on Zulip Frank Denis (Mar 11 2025 at 19:19):

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.

Efficient cryptography for the WebAssembly ecosystem. - Cryptography for WebAssembly

Last updated: Apr 08 2025 at 16:04 UTC