- Install
wasm-pack
usingcargo install wasm-pack
- Build using
wasm-pack build web-app --target web --out-dir static/pkg
- Browse to
web-app/static/index.html
or 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.