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

deps,lib,src: add experimental web storage #52435

Closed
wants to merge 2 commits into from

Commits on Jun 13, 2024

  1. deps,lib,src: add experimental web storage

    This commit introduces an experimental implementation of the Web
    Storage API using SQLite as the backing data store.
    cjihrig committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    eb204c5 View commit details
    Browse the repository at this point in the history
  2. deps: sqlite: fix Windows compilation

    This is equivalent to the following upstream change:
    https://sqlite.org/src/info/6c103aee6f146869
    
    Original commit message:
    
        Change constant expressions to pre-computed constants, because apparently
        MSVC on ARM requires that.
        [forum:/forumpost/4feb1685cced0a8e|Forum thread 4feb1685cced0a8e].
    
        FossilOrigin-Name: 6c103aee6f146869a3e0c48694592f2e4c6b57ecdb4450f46e762c38b4e686f1
    cjihrig committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ef7d3e1 View commit details
    Browse the repository at this point in the history