- Install
wasm-packusingcargo install wasm-pack - Build using
wasm-pack build web-app --target web --out-dir static/pkg - Browse to
web-app/static/index.htmlor serve withpython3 -m http.server
- Build using
cargo build --release --bin aris-auto-grader - Use with
target/release/aris-auto-grader <instructor assignment> <student assignment>
This project is licensed under the GNU GPLv3 License.