Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyperauth.dev/llms.txt

Use this file to discover all available pages before exploring further.

Returns the enclave WASM binary. The worker first checks R2 (CDN_ASSETS) for enclave/latest/enclave.wasm. If absent, it falls back to the ASSETS static binding.

Response headers

HeaderValue
Content-Typeapplication/wasm
Cache-Controlpublic, max-age=3600, s-maxage=86400

Example

curl -s https://did.run/enclave.wasm -o enclave.wasm
file enclave.wasm
# enclave.wasm: WebAssembly (wasm) binary module ...