From 0909ca2c564ebd7fcdde2b46c0639869ecc00edd Mon Sep 17 00:00:00 2001 From: xjq Date: Sat, 22 Oct 2022 17:59:36 +0800 Subject: [PATCH] fix: The WebAssembly/wabt repository branch has switched to main --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index f573a87..bb85a2a 100755 --- a/build.py +++ b/build.py @@ -167,7 +167,7 @@ def download(url, basename=None): # ('repos/fastcomp', 'tbfleming/cib-emscripten-fastcomp.git', 'kripken/emscripten-fastcomp.git', True, 'incoming', 'incoming'), # ('repos/fastcomp/tools/clang', 'tbfleming/cib-emscripten-fastcomp-clang.git', 'kripken/emscripten-fastcomp-clang.git', True, 'incoming', 'incoming'), ('repos/emscripten', 'tbfleming/cib-emscripten.git', 'kripken/emscripten.git', True, 'incoming', 'cib'), - ('repos/wabt', 'WebAssembly/wabt.git', 'WebAssembly/wabt.git', False, 'master', 'master'), + ('repos/wabt', 'WebAssembly/wabt.git', 'WebAssembly/wabt.git', False, 'main', 'main'), ('repos/binaryen', 'tbfleming/cib-binaryen.git', 'WebAssembly/binaryen.git', True, 'master', 'cib'), ('repos/zip.js', 'gildas-lormeau/zip.js.git', 'gildas-lormeau/zip.js.git', False, '3e7920810f63d5057ef6028833243105521da369', '3e7920810f63d5057ef6028833243105521da369'), ('repos/eos', 'tbfleming/cib-eos.git', 'EOSIO/eos.git', True, 'dawn-v3.0.0', 'cib'),