Skip to content

Commit 8dd1e6c

Browse files
authored
feat(v8): add simdutf to V8 deps (#903)
Refs: v8/v8@e8293d2 Refs: nodejs/node-v8#297
1 parent d7f203c commit 8dd1e6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/update-v8/constants.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,11 @@ export const v8Deps = [
127127
replace: highwayIgnore
128128
},
129129
since: 134
130+
},
131+
{
132+
name: 'simdutf',
133+
repo: 'third_party/simdutf',
134+
gitignore: '!/third_party/simdutf',
135+
since: 134
130136
}
131137
];

0 commit comments

Comments
 (0)