jedisct1 opened PR #2597 from wasmtime-crypto
to main
:
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 thewasi-crypto
feature flag to be compiled in.
jedisct1 updated PR #2597 from wasmtime-crypto
to main
:
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 thewasi-crypto
feature flag to be compiled in.
alexcrichton submitted PR Review.
alexcrichton created PR Review Comment:
Is this intended to be a
path
dependency into the submodule perhaps?
alexcrichton submitted PR Review.
jedisct1 updated PR #2597 from wasmtime-crypto
to main
:
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 thewasi-crypto
feature flag to be compiled in.
jedisct1 submitted PR Review.
jedisct1 created PR Review Comment:
path
dependency added!
jedisct1 updated PR #2597 from wasmtime-crypto
to main
:
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 thewasi-crypto
feature flag to be compiled in.
jedisct1 submitted PR Review.
jedisct1 created PR Review Comment:
That requires a change to the
publish
script. Done.
alexcrichton submitted PR Review.
alexcrichton merged PR #2597.
Last updated: Nov 22 2024 at 16:03 UTC