RAM-emu/build.sh

10 lines
127 B
Bash
Executable File

#!/bin/bash
{
cd rammodel || exit
wasm-pack build --target bundler
cd ..
}
rm js/*
npx webpack
pandoc ISA.md -o ISA.html