Skip to content

Add support for the experimental wasi-crypto APIs#2597

Merged
alexcrichton merged 4 commits into
bytecodealliance:mainfrom
jedisct1:wasmtime-crypto
Jan 25, 2021
Merged

Add support for the experimental wasi-crypto APIs#2597
alexcrichton merged 4 commits into
bytecodealliance:mainfrom
jedisct1:wasmtime-crypto

Conversation

@jedisct1
Copy link
Copy Markdown
Contributor

Add support for the experimental wasi-crypto APIs.

This new PR imports only the wiggle/wasmtime integration bits into the wasmtime repository.

The purpose of the implementation is to allow bindings and application developers to test the proposed APIs. Rust and AssemblyScript bindings are also available as examples.

Like wasi-nn, it is currently disabled by default, and requires the wasi-crypto feature flag to be compiled in.

The sole purpose of the implementation is to allow bindings and
application developers to test the proposed APIs.

Rust and AssemblyScript bindings are also available as examples.

Like `wasi-nn`, it is currently disabled by default, and requires
the `wasi-crypto` feature flag to be compiled in.
Copy link
Copy Markdown
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me, thanks! Just one question about the dependency though

Comment thread crates/wasi-crypto/Cargo.toml Outdated
@alexcrichton alexcrichton merged commit a0fad60 into bytecodealliance:main Jan 25, 2021
@jedisct1 jedisct1 deleted the wasmtime-crypto branch January 25, 2021 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants