SqliteDynamicMemoryExports

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun <P> sqliteAllocOrThrow(len: UInt): WasmPtr<P>

Calls sqlite3_malloc() to allocate len bytes of memory.

Link copied to clipboard
abstract fun sqliteFree(ptr: WasmPtr<*>)