ChasmSqliteEmbedderConfig

Configuration of the Chasm engine

Properties

Link copied to clipboard
var host: EmbedderHost

Implementation of a host object that provides access from the WebAssembly to external host resources.

Link copied to clipboard
var runtimeConfig: RuntimeConfig

Sets Chasm Runtime Config

Link copied to clipboard
var sqlite3Binary: WasmSqliteConfiguration

Used Sqlite WebAssembly binary file

Link copied to clipboard
var wasmSourceReader: AssetManager

Sets the Wasm source reader responsible for reading a WebAssembly binary. This can be overridden to read Wasm files from non-standard locations. See at.released.wasm.sqlite.binary.reader.JvmResourcesWasmBinaryReader or at.released.wasm.sqlite.binary.reader.LinuxWasmSourceReader for examples of custom implementations.