diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-07-12 06:33:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 06:33:05 +0530 |
commit | 77d065e034db7ed21a0e110bbbfc5eb5287d009c (patch) | |
tree | 4f2ad3195f2f4d52b69432fcc5bf72496c0eaf6a /.gitmodules | |
parent | 5db16d122914336124620a5152655917e58f05a6 (diff) |
fix(ext/ffi): trampoline for fast calls (#15139)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1967e6cfa..a94ebe668 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,6 @@ [submodule "test_util/wpt"] path = test_util/wpt url = https://github.com/web-platform-tests/wpt.git +[submodule "ext/ffi/tinycc"] + path = ext/ffi/tinycc + url = https://github.com/TinyCC/tinycc |