JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q79907F
  • License MIT

Kuzu GraphDB powered by WebAssembly

Package Exports

  • @kuzu/kuzu-wasm
  • @kuzu/kuzu-wasm/dist/kuzu-browser.js
  • @kuzu/kuzu-wasm/dist/kuzu-wasm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kuzu/kuzu-wasm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Kùzu-Wasm

Kùzu is an embedded graph database built for query speed and scalability.

Kùzu-Wasm brings kuzu to every browser thanks to WebAssembly.

Try it out at kuzu-shell.netlify.app.

Build from source

git clone https://github.com/unswdb/kuzu-wasm.git --recursive
make

Repository Structure

Subproject Description Language
kuzu_wasm Wasm Library C++
@kuzu/kuzu-wasm Javascript API Javascript
@kuzu/kuzu-shell Cypher Shell React

Debug

I debug using Chrome DevTools as described in this blog post, which takes a few steps to set up. The first is to install the C/C++ DevTools Support Extension and to enable WebAssembly Debugging: Enable DWARF support in the DevTools settings.