Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
current c2pa-rs main branch: x509-certificate v0.21.0 -> ring 0.16.20 This version of ring does not support WASI. x509-certificate v0.22.0 -> ring 0.17.5 This version of ring supports WASI and wasm32-unknown-unknown, but this version of x509-certificate added the use of ring::rand::SystemRandom to signing.rs. This works with WASI, but not wasm32-unknown-unknown. The solution was to add ring directly as a dependency with the feature wasm32_unknown_unknown_js.
- Loading branch information