#!/usr/bin/bash set -e cd "$(dirname "$(realpath "$0")")" rm -fr target mkdir -p target deno compile --output target/lwrap src/lwrap.ts