#!/usr/bin/env bash

# Print commands, exit upon error
set -ex

# Install wasm-pack
cargo install wasm-pack
