Skip to content

Commit

Permalink
build: include v8-fast-api-calls.h in bundle
Browse files Browse the repository at this point in the history
This API is still experimental, but it's not really possible to experiment with it without this header.
  • Loading branch information
zbjornson committed Dec 30, 2021
1 parent 4e6fc8d commit c0d01da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def wanted_v8_headers(files_arg, dest):
'deps/v8/include/v8-exception.h',
'deps/v8/include/v8-extension.h',
'deps/v8/include/v8-external.h',
'deps/v8/include/v8-fast-api-calls.h',
'deps/v8/include/v8-forward.h',
'deps/v8/include/v8-function-callback.h',
'deps/v8/include/v8-function.h',
Expand Down

0 comments on commit c0d01da

Please sign in to comment.