diff options
| author | Arnau Orriols <arnauorriolsmiro@gmail.com> | 2022-09-07 08:53:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-07 12:23:56 +0530 |
| commit | 8bdc3c2bafa9bdfcd6bfaf94b97b960843908ae9 (patch) | |
| tree | a0019bf3f8432200583dc74093157374605bba7d /.gitmodules | |
| parent | 5819fef2d53b4e2db6060edb8501a5af73235098 (diff) | |
feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index a94ebe668..9e4f12afa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,6 +9,4 @@ [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 + |
