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

Configure Feed

Select the types of activity you want to include in your feed.

fix: add engine: nixery to Spindle workflows

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

+4
+2
.tangled/workflows/ci.yaml
··· 1 1 when: 2 2 - event: ['push', 'pull_request'] 3 3 4 + engine: nixery 5 + 4 6 dependencies: 5 7 nixpkgs: 6 8 - nodejs_24
+2
.tangled/workflows/publish.yaml
··· 2 2 - event: ['push'] 3 3 branch: ['main'] 4 4 5 + engine: nixery 6 + 5 7 dependencies: 6 8 nixpkgs: 7 9 - nodejs_24