Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Sqlite 3.36.0 #478

Merged
merged 3 commits into from
Aug 30, 2021
Merged

Upgrade to Sqlite 3.36.0 #478

merged 3 commits into from
Aug 30, 2021

Conversation

Taytay
Copy link
Contributor

@Taytay Taytay commented Aug 29, 2021

Based on PR #477
Pretty straightforward change to the makefile. However, since SQLite now publishes the SHA3 hash instead of the SHA1 hash, I had to install the sha3sum command in the Dockerfile.

This reduces the chance that another dev will forget to do this.
Changes required:
* Defined EM_NODE_JS environment variable to get rid of
a warning that appears if the NODE environment variable
is set, but EM_NODE_JS is not.
* EXTRA_EXPORTED_RUNTIME_METHODS is now EXPORTED_RUNTIME_METHODS
* No longer pass the `-s LINKABLE=1` option to emcc when compiling. (This is a linktime setting and emcc
warns about not using a linktime setting when compiling now).
Sqlite now publishes the hash as a SHA3 instead of SHA1,
necessitating the installation of the sha3sum command.
@lovasoa lovasoa merged commit 7e09615 into sql-js:master Aug 30, 2021
@lovasoa
Copy link
Member

lovasoa commented Aug 30, 2021

Thanks @Taytay !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants