polymorph:webcrypto
A WIT interface for web-platform-compatible cryptography, with a Wasmtime
host, a browser (jco) host, and an in-guest provider —
source repository.
-
WPT parity runner
— the web-platform-tests WebCryptoAPI suites run live
in your browser, against its own
crypto.subtle and through
the component round trip
-
conformance results viewer
— the cross-target conformance matrix (results from the
latest main CI run, aggregated by the gate's own code compiled to wasm)
plus a live run of the suites in your browser
-
polymorph-webcrypto-wasmtime
— API docs for the Wasmtime host crate
-
polymorph-webcrypto-guest
— API docs for the guest-side SDK