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 75fc10a commit 925c038Copy full SHA for 925c038
include/proxy-wasm/limits.h
@@ -25,7 +25,8 @@
25
#endif
26
27
// Maximum allowed random_get buffer size. This value is consistent with
28
-// the JavaScript Crypto.getRandomValues() maximum buffer size.
+// the JavaScript Crypto.getRandomValues() maximum buffer size. See
29
+// https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues#exceptions
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
0 commit comments