SQLite compiled to WebAssembly
Перейти к файлу
Jérôme Laban f43187e980 Update readme. 2018-09-19 23:07:06 -04:00
src Added more supported functions 2018-09-19 22:04:53 -04:00
.gitignore Added more supported functions 2018-09-19 22:04:53 -04:00
.npmignore initial commit 2017-09-04 00:35:58 +09:00
.vsts-ci.yml publish artifacts 2018-09-19 22:48:53 -04:00
Makefile Adjust CI 2018-09-19 22:40:06 -04:00
README.md Update readme. 2018-09-19 23:07:06 -04:00
package.json Update to latest emscripten, add new methods 2018-09-19 16:40:31 -04:00
tsconfig.json Update to latest emscripten, add new methods 2018-09-19 16:40:31 -04:00

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 the Uno.Wasm.Bootstrap.

This repository is based on the work from Ryusei YAMAGUCHI.