Files
sqlite3/vfs/tests/speedtest1/wasm/main.c
2025-02-11 17:50:37 +00:00

12 lines
287 B
C

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