diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2021-01-29 16:19:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 13:19:19 -0800 |
commit | 80221f003c9d461a381d41d810212aa91004d1fc (patch) | |
tree | 95758ebe5b72cdf20fa47e44833cfa6d569e8967 /.gitmodules | |
parent | e57e6cd4b342332ca8d6a3e667cf257c6d5b2c82 (diff) | |
download | wabt-80221f003c9d461a381d41d810212aa91004d1fc.tar.gz wabt-80221f003c9d461a381d41d810212aa91004d1fc.tar.bz2 wabt-80221f003c9d461a381d41d810212aa91004d1fc.zip |
update uvwasi repo (#1597)
uvwasi was transferred into the Node.js GitHub org.
This commit updates the project's source repo.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a47f2eca..15d95622 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ url = https://github.com/WebAssembly/wasm-c-api [submodule "third_party/uvwasi"] path = third_party/uvwasi - url = https://github.com/cjihrig/uvwasi + url = https://github.com/nodejs/uvwasi |