-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: sql-js/sql.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sql-js/sql.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 14 files changed
- 6 contributors
Commits on Mar 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 520fc61 - Browse repository at this point
Copy the full SHA 520fc61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 739fb78 - Browse repository at this point
Copy the full SHA 739fb78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3536f9d - Browse repository at this point
Copy the full SHA 3536f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f10e034 - Browse repository at this point
Copy the full SHA f10e034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754e7a4 - Browse repository at this point
Copy the full SHA 754e7a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb13147 - Browse repository at this point
Copy the full SHA eb13147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2630b63 - Browse repository at this point
Copy the full SHA 2630b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0124d7 - Browse repository at this point
Copy the full SHA c0124d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498a791 - Browse repository at this point
Copy the full SHA 498a791View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd3cda - Browse repository at this point
Copy the full SHA bdd3cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 293d57d - Browse repository at this point
Copy the full SHA 293d57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b78df58 - Browse repository at this point
Copy the full SHA b78df58View commit details
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8dd13e5 - Browse repository at this point
Copy the full SHA 8dd13e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b645ca0 - Browse repository at this point
Copy the full SHA b645ca0View commit details
Commits on Mar 20, 2025
-
Remove usage of emscripten's allocate function. (#606)
* Remove usage of emscripten's allocate function. This function is deprecated upstream. * fix variable name * Avoid lengthBytesUTF8 * lint * remove usage of deprecated allocateUTF8OnStack --------- Co-authored-by: lovasoa <contact@ophir.dev>
Configuration menu - View commit details
-
Copy full SHA for ee67aeb - Browse repository at this point
Copy the full SHA ee67aebView commit details
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 52e5649 - Browse repository at this point
Copy the full SHA 52e5649View commit details
Commits on Feb 12, 2026
-
feat: add browser-only WASM build to eliminate Node.js require() warn…
…ings in bundlers (#622) When bundling sql.js for browser environments, tools like Vite, Webpack, and esbuild emit warnings about `require("node:fs")` and `require("node:crypto")` being externalized for browser compatibility. This adds a new `sql-wasm-browser.js` build variant compiled with `-s ENVIRONMENT=web,worker`, which completely eliminates Node.js code paths from the generated JavaScript. The browser variant is exposed via the `exports` field in package.json using the `browser` condition, so bundlers automatically select the clean version. The original `sql-wasm.js` with full Node.js support is preserved as the `default` export, ensuring no breaking changes for existing users. Closes #620 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c2f5c17 - Browse repository at this point
Copy the full SHA c2f5c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e6155 - Browse repository at this point
Copy the full SHA b3e6155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50bcae1 - Browse repository at this point
Copy the full SHA 50bcae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f289db - Browse repository at this point
Copy the full SHA 9f289dbView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.13.0...v1.14.0