From 39eb82032297e39a1d905fecc5c12c642ebdaa0a Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 18 Jan 2024 18:59:26 +0000 Subject: Strip out deploy section --- bin/download-compiler | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bin/download-compiler (limited to 'bin/download-compiler') diff --git a/bin/download-compiler b/bin/download-compiler new file mode 100644 index 0000000..2bd32d5 --- /dev/null +++ b/bin/download-compiler @@ -0,0 +1,10 @@ +#!/bin/sh + +set -eu + +VERSION="v0.34.1" + +mkdir wasm-compiler +cd wasm-compiler +curl -L "https://github.com/gleam-lang/gleam/releases/download/$VERSION/gleam-$VERSION-browser.tar.gz" | tar xz +cd .. -- cgit v1.2.3