Stream: git-wasmtime

Topic: wasmtime / issue #4610 `wasmtime-wasi-crypto` missing `sy...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 04 2022 at 15:14):

rjzak opened issue #4610:

wasi-crypto has seen some changes recently, and wasmtime-wasi-crypto is missing a function. Some of the guest types have also changes. Can we have an update to pull in the latest wasi-crypto features?

impl super::wasi_ephemeral_crypto_symmetric::WasiEphemeralCryptoSymmetric for WasiCryptoCtx {
  |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `symmetric_state_clone` in implementation

CC: @npmccallum, @sunfishcode

view this post on Zulip Wasmtime GitHub notifications bot (Aug 11 2022 at 18:40):

ArneVogel commented on issue #4610:

Is this related?

unknown import: `wasi_ephemeral_crypto_symmetric::symmetric_state_open` has not been defined

From this code: https://github.com/ArneVogel/wasi-crypto-bench/blob/main/bencher/src/main.rs


Last updated: Nov 22 2024 at 17:03 UTC