Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mandel59/sqlite-wasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fivedots/sqlite-wasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 11 files changed
  • 1 contributor

Commits on Sep 17, 2019

  1. Work.

    Jose Lopes committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    622d81f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Add option to enable IOFS.

    Jose Lopes committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    290e9c4 View commit details
    Browse the repository at this point in the history
  2. Reuse existing EMSDK environment variable.

    Jose Lopes committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    11aa727 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Add benchmark.

    Jose Lopes committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9b127d3 View commit details
    Browse the repository at this point in the history
  2. Add signature to addFunction.

    This is now required by the latest version of the Emscripten SDK.
    Jose Lopes committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f298a4b View commit details
    Browse the repository at this point in the history
  3. Add benchmark to index.html (loaded automatically).

    Jose Lopes committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    91db501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22179c6 View commit details
    Browse the repository at this point in the history
  5. Update Typescript to ES6 to remove warnings for Map.

    Jose Lopes committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    52ffd1d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Remove Emscripten variables from Makefile.

    Hardcoding the path of the EMSDK backend here (e.g., upstream or fastcomp) makes
    it more difficult to switch between EMSDK versions because everytime a new EMSDK
    version is activated this also would have to be changed accordingly, otherwise
    the resulting compilation will be a weird state.
    Jose Lopes committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    53938fb View commit details
    Browse the repository at this point in the history
  2. Pull Emscripten FSs from dedicated Github repo.

    Jose Lopes committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    344482d View commit details
    Browse the repository at this point in the history
  3. Add option to enable IDB because it's not included by default in LLVM…

    … backend.
    Jose Lopes committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    214fd01 View commit details
    Browse the repository at this point in the history
  4. Add FS dependencies.

    Jose Lopes committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    dfb7b4d View commit details
    Browse the repository at this point in the history
  5. Load SQLite client automatically.

    Jose Lopes committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    c000077 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. NativeIO FS benchmark.

    Jose Lopes committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    61caeef View commit details
    Browse the repository at this point in the history
Loading