We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184692e commit 01a1b56Copy full SHA for 01a1b56
prepare.sh
@@ -1,7 +1,7 @@
1
set -ex
2
3
-DEFAULT_FIBER_BRANCH="develop"
4
-DEFAULT_FIBER_URL="https://github.com/nervosnetwork/fiber.git"
+DEFAULT_FIBER_BRANCH="wasm-try"
+DEFAULT_FIBER_URL="https://github.com/Officeyutong/fiber.git"
5
6
GitFIBERBranch="${GitBranch:-$DEFAULT_FIBER_BRANCH}"
7
GitFIBERUrl="${GitUrl:-$DEFAULT_FIBER_URL}"
0 commit comments