numworks / epsilon-sample-app-rust

A sample Rust app for the NumWorks graphing calculator
BSD 3-Clause "New" or "Revised" License
50 stars 11 forks source link

Build a .bin file in addition to a .nwa file #13

Open Ecco opened 2 years ago

Ecco commented 2 years ago

Ideally we should always build a .bin file along the .nwa file. with nwlink link-nwa. This would let us catch link errors early.

This would need a post-build script which cargo doesn't support just yet.