/sqlite-component

A WebAssembly component that embeds a SQLite engine

Primary LanguageRust

SQLite Component

A component that embeds a SQLite engine inside of it.

Building

In order to build this component you need:

  • The wasi-sdk
  • The env variable WASI_SDK_PATH pointing to the location of the wasi-sdk on your machine.
  • cargo-component

Then run ./build.sh.