Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the experimental wasi-crypto APIs #2597

Merged
merged 4 commits into from
Jan 25, 2021

Conversation

jedisct1
Copy link
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
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

crates/wasi-crypto/Cargo.toml Outdated Show resolved Hide resolved
@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