This commit is contained in:
Jérôme Laban 2018-09-19 23:02:17 -04:00
Родитель 5cba7a16d7
Коммит f43187e980
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,9 @@
# SQLite compiled to WebAssembly
# 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 the [Uno.Wasm.Bootstrap](https://github.com/nventive/Uno.Wasm.Bootstrap).
This repository is based on the work from [Ryusei YAMAGUCHI](https://github.com/mandel59/sqlite-wasm).
## Related