Files
sqlite3/vfs/tests/speedtest1/wasm/main.c
2025-04-09 10:21:44 +01:00

13 lines
308 B
C

// Use the default callback, not the Go one we patched in.
#define sqliteBusyCallback sqliteDefaultBusyCallback
#include "strings.c"
// Amalgamation
#include "sqlite3.c"
// VFS
#include "vfs.c"
// Can't have two functions with the same name.
#define randomFunc randomFuncRepeatable
#include "speedtest1.c"