Skip to content

Commit

Permalink
feat(v8): add simdutf to V8 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jan 29, 2025
1 parent d7f203c commit 82ede29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/update-v8/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,11 @@ export const v8Deps = [
replace: highwayIgnore
},
since: 134
},
{
name: 'simdutf',
repo: 'third_party/simdutf',
gitignore: '!/third_party/simdutf',
since: 134
}
];

0 comments on commit 82ede29

Please sign in to comment.