b7510c59d3
* fix: generate .a from .o for older emscripten * chore: Adjust output path |
||
---|---|---|
.github/workflows | ||
build | ||
src | ||
.gitignore | ||
Makefile | ||
README.md |
README.md
SQLite compiled to WebAssembly for the Uno Wasm Bootstrapper
This repository is about building the SQLite library to WebAssembly, and use it as a Nuget package in an application using Uno.Wasm.Bootstrap.
This repository is based on the work from Ryusei YAMAGUCHI.
How to use SQLite on WebAssembly
The uno.sqlite-wasm
nuget package is available, which is used through Uno.SQLitePCLRaw.Wasm
.
A sample application can be browsed here: https://github.com/unoplatform/Uno.Samples/tree/master/UI/SQLiteSample, and a guide to use it is available here.