Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

1#!/usr/bin/env bash 2set -euo pipefail 3cd "$(dirname "$0")" 4ROOT="$(cd ../.. && pwd)" 5(cd "$ROOT" && cargo build -p gleam) 6"$ROOT/target/debug/gleam" build 7exec wasmtime build/dev/wasm/hello_wasm/hello_wasm.wasm