wasmtime icon indicating copy to clipboard operation
wasmtime copied to clipboard

`wasmtime-wasi-crypto` missing `symmetric_state_clone`

Open rjzak opened this issue 1 year ago • 1 comments

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

rjzak avatar Aug 04 '22 15:08 rjzak

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

ArneVogel avatar Aug 11 '22 18:08 ArneVogel