rjzak opened issue #4610:
wasi-crypto
has seen some changes recently, andwasmtime-wasi-crypto
is missing a function. Some of the guest types have also changes. Can we have an update to pull in the latestwasi-crypto
features?impl super::wasi_ephemeral_crypto_symmetric::WasiEphemeralCryptoSymmetric for WasiCryptoCtx { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `symmetric_state_clone` in implementation
CC: @npmccallum, @sunfishcode
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