We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1006eb9 commit 4d77722Copy full SHA for 4d77722
sqlite3/assets/wasm/os_web.c
@@ -15,8 +15,4 @@ int sqlite3_os_init(void) {
15
return SQLITE_OK;
16
}
17
18
-int getentropy(void* buf, size_t n) {
19
- return xRandomness(-1, (int) n, (char*) buf);
20
-}
21
-
22
int sqlite3_os_end(void) { return SQLITE_OK; }
0 commit comments