@gjsify/sab-native 0.4.18 → 0.4.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/sab-native",
3
- "version": "0.4.18",
3
+ "version": "0.4.20",
4
4
  "description": "Optional Vala/GObject bridge providing cross-process shared memory + atomics for @gjsify/worker_threads. Wraps Linux memfd_create(2) + mmap(MAP_SHARED) to back JS-visible SharedBuffer regions whose fds can be passed to child workers via SCM_RIGHTS over a Unix-domain socket; exposes typed accessors (getInt32LE / setUint8 / etc.) plus atomics built on __atomic_* GCC builtins and SYS_futex for wait/notify. Workaround for the stock-GJS gap where SharedArrayBuffer is unavailable (Mozilla disables the SAB constructor without COOP/COEP opts) and SAB cannot share backing stores across Gio.Subprocess workers anyway.",
5
5
  "type": "module",
6
6
  "main": "lib/esm/index.js",
@@ -56,8 +56,8 @@
56
56
  "@girs/gio-2.0": "2.88.0-4.0.0-rc.15"
57
57
  },
58
58
  "devDependencies": {
59
- "@gjsify/cli": "^0.4.18",
60
- "@gjsify/unit": "^0.4.18",
59
+ "@gjsify/cli": "^0.4.20",
60
+ "@gjsify/unit": "^0.4.20",
61
61
  "@ts-for-gir/cli": "^4.0.0-rc.15",
62
62
  "@types/node": "^25.6.2",
63
63
  "typescript": "^6.0.3"