diff options
author | Elliott Sales de Andrade <[email protected]> | 2020-08-23 20:20:19 -0400 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-11-04 23:32:42 +0100 |
commit | 1a59aecb63647f0b3fdd6d916546ce329c5e53b2 (patch) | |
tree | 7334f47de2d24b31fe4abaadb469befd15890cc1 /.gitmodules | |
parent | cca32e67a95e1ae75d9f11bfd61bbc786d5f04e6 (diff) | |
download | tinygo-1a59aecb63647f0b3fdd6d916546ce329c5e53b2.tar.gz tinygo-1a59aecb63647f0b3fdd6d916546ce329c5e53b2.zip |
Point wasi-libc submodule to new location.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 857acaf46..4b1828706 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ url = https://github.com/tinygo-org/cmsis-svd [submodule "lib/wasi-libc"] path = lib/wasi-libc - url = https://github.com/CraneStation/wasi-libc + url = https://github.com/WebAssembly/wasi-libc [submodule "lib/picolibc"] path = lib/picolibc url = https://github.com/keith-packard/picolibc.git |