Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Blocked by the pilot migration (see Relationships) — follow the recipe in docs/MIGRATING.md once it lands.
Migrate wasi_crypto to build, test, and ship from this repository.
Migration notes: needs OpenSSL >= 3.0; also uses the imported thirdparty/wasi_crypto spec headers.
🤖 Generated by Claude Fable 5 with Claude Code
Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Blocked by the pilot migration (see Relationships) — follow the recipe in
docs/MIGRATING.mdonce it lands.Migrate
wasi_cryptoto build, test, and ship from this repository.wasi_cryptoin the standalone CMake build (its existingWASMEDGE_PLUGIN_*option) against the pinned WasmEdge SDKtest/plugins/wasi_cryptoand make them pass locally — or add a smoke test if no upstream suite exists.github/workflows/build-wasi_crypto.yml+.github/scripts/wasi_crypto/wasi_crypto: tick it off in the core-removal tracking issueMigration notes: needs OpenSSL >= 3.0; also uses the imported
thirdparty/wasi_cryptospec headers.🤖 Generated by Claude Fable 5 with Claude Code