Skip to content

Commit

Permalink
remove workaround with glistix 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 23, 2024
1 parent 3bfbb49 commit 04137e3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bin/download-compiler
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,5 @@ version=`cat ./GLEAM_VERSION`
rm -fr wasm-compiler
mkdir wasm-compiler
cd wasm-compiler

### TEMPORARY WORKAROUND FOR GLISTIX v0.4.0 ###
curl -L "https://github.com/user-attachments/files/18220133/glistix-v0.4.0-browser.tar.gz" | tar xz
###############################################

# Correct code for Glistix v0.5.0:
# curl -L "https://github.com/glistix/glistix/releases/download/$version/glistix-$version-browser.tar.gz" | tar xz
curl -L "https://github.com/glistix/glistix/releases/download/$version/glistix-$version-browser.tar.gz" | tar xz
cd ..

0 comments on commit 04137e3

Please sign in to comment.