SQLite Component
A WebAssembly component that embeds a SQLite engine
README
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_PATHpointing to the location of the wasi-sdk on your machine. - cargo-component
Then run ./build.sh.
