Skip to content

Commit 21c536c

Browse files
authored
chore: use WasmEdge 0.10.0 (api7#127)
Signed-off-by: spacewander <[email protected]>
1 parent 92bcdfa commit 21c536c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-wasmedge.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ if echo "int main(void) {}" | gcc -o /dev/null -v -x c - &> /dev/stdout| grep co
2020
exit 0
2121
fi
2222

23-
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -e none -p ./wasmedge -v 0.10.0-alpha.1
23+
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -e none -p ./wasmedge -v 0.10.0

0 commit comments

Comments
 (0)