Skip to content

Commit

Permalink
Attempt to fix #40
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin authored Jul 15, 2024
1 parent 2a5b4f2 commit 5874838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ case "$ARCH" in
*) echo "unknown arch: $ARCH" && exit 1 ;;
esac

export TAG="v1.0.0-rc8"
export TAG="v1.0.0-rc11"
export BINARYEN_TAG="version_116"

curl -L -O "https://github.com/extism/js-pdk/releases/download/$TAG/extism-js-$ARCH-$OS-$TAG.gz"
Expand Down Expand Up @@ -51,4 +51,4 @@ if ! which "wasm-merge" > /dev/null; then

else
echo "wasm-merge already installed"
fi
fi

0 comments on commit 5874838

Please sign in to comment.