diff options
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 22cc5436a..a947933f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,6 +5,8 @@ [submodule "std/wasi/testdata"] path = std/wasi/testdata url = https://github.com/khronosproject/wasi-test-suite.git + shallow = true [submodule "test_util/wpt"] path = test_util/wpt url = https://github.com/web-platform-tests/wpt.git + shallow = true |