wasi-crypto 0.1.15

Experimental implementation of the WASI cryptography APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Development Log

## 2026-01-07: README.md update

**User request:** Make sure the README.md file is up to date and accurate.

**Actions taken:**
1. Reviewed README.md against actual codebase (Cargo.toml, source modules)
2. Verified algorithms supported match documentation
3. Found and fixed issues:
   - Fixed WASI module name typo: `wasi_ephemeral_crypto_asymmetric_symmetric``wasi_ephemeral_crypto_symmetric`
   - Removed misleading wasmtime feature documentation (the feature doesn't exist in this crate's Cargo.toml)
   - Simplified wasmtime section to point to the separate wasmtime-crypto repository
4. Verified all tests pass with `cargo test`