This is a fork of the sql.js package with customized compile options for the SQLime project.
Build instructions:
- Install Docker, VSCode, and the Remote Development extension pack for VSCode.
- Open the repository folder in VSCode. It will detect the presence of a .devcontainer and prompt you: "Folder contains a Dev Container configuration file. Reopen folder to develop in a container." Click "Reopen in container".
- Build artifacts into the
distfolder:
$ npm install
$ make clean && make
Publish artifacts to npm:
$ npm publish