GraalvmSqliteEmbedderConfig
Configuration of the GraalVM engine
Properties
Link copied to clipboard
Instance of the GraalVM WebAssembly engine. Single instance of the Engine can be reused to speed up initialization.
Link copied to clipboard
Sets used Sqlite WebAssembly binary file
Link copied to clipboard
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 for example of custom implementations.