A compiler written in Rust, outputted as a wasm package that processes a simple calculator based language.
# add 6 with 7
[operation] [num] with [num]
- Build wasm package
wasm-pack build
- Install node modules
cd www
npm install
npm run build
npm run serve
- Open a shell to run webpack
cd www
npm run dev
- Make changes to wasm package and build again
wasm-pack build