Module: kuzu-wasm

The synchronous version of Kuzu WebAssembly module.
Source:

Methods

(static) getFS() → {Object}

Get the standard emscripten filesystem module (FS). Please refer to the emscripten documentation for more information.
Source:
Returns:
the standard emscripten filesystem module (FS).
Type
Object

(static) getStorageVersion() → {BigInt}

Get the storage version of the Kuzu WebAssembly module.
Source:
Returns:
the storage version of the Kuzu WebAssembly module.
Type
BigInt

(static) getVersion() → {String}

Get the version of the Kuzu WebAssembly module.
Source:
Returns:
the version of the Kuzu WebAssembly module.
Type
String

(static) getWasmMemory() → {Object}

Get the WebAssembly memory. Please refer to the emscripten documentation for more information.
Source:
Returns:
the WebAssembly memory object.
Type
Object

(static) init() → {Promise.<void>}

Initialize the Kuzu WebAssembly module.
Source:
Returns:
a promise that resolves when the module is initialized. The promise is rejected if the module fails to initialize.
Type
Promise.<void>