epsilon-sample-app-rust
epsilon-sample-app-rust copied to clipboard
Build a .bin file in addition to a .nwa file
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.