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

Commits on Jan 22, 2021

  1. Add support for the experimental wasi-crypto APIs

    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.
    jedisct1 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a7a27a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1771bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9dd5ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dda13d8 View commit details
    Browse the repository at this point in the history