Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
802ec47
Add native N-API backend for libpg_query (PG 18)
benasher44 Jun 28, 2026
1c6d3c0
Add multi-allocator comparison benchmark
benasher44 Jun 28, 2026
326e25d
Add CI/CD, cross-platform builds, and package metadata for native bac…
benasher44 Jun 28, 2026
6271644
Fix native CI failures
benasher44 Jun 28, 2026
77bd0a5
Harden native package-test job
benasher44 Jun 29, 2026
a1e5192
Bump GitHub Actions to latest major versions
benasher44 Jun 29, 2026
16ec2e9
README: real native-vs-WASM comparison with measured numbers
benasher44 Jun 29, 2026
9412972
Update GitHub Actions to current latest majors
benasher44 Jun 29, 2026
58d3f53
Fix musl CI: run Alpine builds via docker, not job container
benasher44 Jun 29, 2026
15ffd0f
Use Node 24, drop darwin-x64, minimize macOS usage
benasher44 Jun 29, 2026
05f1fce
Drop WASM CI build workflows (keep WASM source)
benasher44 Jun 29, 2026
85a8d72
Add benchmark regression tracking in CI
benasher44 Jun 29, 2026
5bbd530
README: clarify this fork builds only the native Node addon
benasher44 Jun 29, 2026
d71ddda
Pin TypeScript and run tsc via npm script, not npx
benasher44 Jun 29, 2026
4ca5644
native: detect libc via process.report, not `ldd`
jefflub-ashby Jun 29, 2026
b5ce5b5
Merge pull request #2 from ashbyhq/fix/native-libc-detection
jefflub-ashby Jun 30, 2026
5302fd8
Set publishConfig.access=public on the main package
benasher44 Jun 30, 2026
0304aa3
Support beta / prerelease publishes via npm dist-tags
benasher44 Jun 30, 2026
2ba52ec
Address CodeRabbit review feedback
benasher44 Jun 30, 2026
6316f19
Disable checkout credential persistence (CodeRabbit)
benasher44 Jun 30, 2026
34fa0df
native: bump version to 0.1.1-beta.0
jefflub-ashby Jun 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions .github/workflows/build-wasm-no-docker.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/build-wasm.yml

This file was deleted.

Loading
Loading