We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925c038 commit b9a23f7Copy full SHA for b9a23f7
include/proxy-wasm/limits.h
@@ -26,7 +26,7 @@
26
27
// Maximum allowed random_get buffer size. This value is consistent with
28
// the JavaScript Crypto.getRandomValues() maximum buffer size. See
29
-// https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues#exceptions
+// https://w3c.github.io/webcrypto/#Crypto-method-getRandomValues
30
#ifndef PROXY_WASM_HOST_WASI_RANDOM_GET_MAX_SIZE_BYTES
31
#define PROXY_WASM_HOST_WASI_RANDOM_GET_MAX_SIZE_BYTES (64 * 1024)
32
#endif
0 commit comments