Methods
(static) getFS() → {Object}
Get the standard emscripten filesystem module (FS). Please refer to the
emscripten documentation for more information.
Returns:
the standard emscripten filesystem module (FS).
- Type
- Object
(static) getStorageVersion() → {BigInt}
Get the storage version of the Kuzu WebAssembly module.
Returns:
the storage version of the Kuzu WebAssembly module.
- Type
- BigInt
(static) getVersion() → {String}
Get the version of the Kuzu WebAssembly module.
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.
Returns:
the WebAssembly memory object.
- Type
- Object
(static) init() → {Promise.<void>}
Initialize the Kuzu WebAssembly module.
Returns:
a promise that resolves when the module is
initialized. The promise is rejected if the module fails to initialize.
- Type
- Promise.<void>