Skip to content

Overview

Virtual File System (VFS)

Kuzu WASM leverages the Emscripten File System API to manage file operations within a WebAssembly environment. To import files into Kuzu, the data files must first be placed in the Emscripten file system.

Import Data

Currently, there are several ways to achieve this:

Released under the MIT License.