Skip to content

Commit cf20236

Browse files
committed
Serialize worker into pool module; get rid of threads.js
1 parent 4f4d116 commit cf20236

File tree

10 files changed

+1166
-201
lines changed

10 files changed

+1166
-201
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ node_modules
33
dist
44
dist-node
55
dist-browser
6+
dist-module
67
docs
7-
.DS_Store
8+
.DS_Store

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
docs
2-
test
2+
test
3+
src
4+
scripts

0 commit comments

Comments
 (0)