Offload functions to worker threads with shared memory primitives for Node.js.

chore: add release script

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1
+1
package.json
··· 24 24 "scripts": { 25 25 "build": "tsc -p tsconfig.build.json", 26 26 "changeset": "changeset", 27 + "release": "changeset version && changeset tag && git add -A && git commit -m \"chore: version $(node -p \"require('./package.json').version\")\" && git push --follow-tags", 27 28 "lint": "prettier --check .", 28 29 "lint:fix": "prettier --write .", 29 30 "test": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts"