WonderfulToolchain / wf-issues

Issue tracker for the Wonderful toolchain.
1 stars 0 forks source link

[tools] Emit better formats than .c for binary file conversion. #24

Open asiekierka opened 1 year ago

asiekierka commented 1 year ago

Ideally, we'd have #embed, but we're not in that world right now.

.s files may be faster - it would be fairly easy to adapt the converter to those - as would .o files - which would be a bit harder.

asiekierka commented 1 year ago

Or just generate a .s file that does an .incbin.

asiekierka commented 6 months ago

wf-bin2s has been implemented. Maybe that's enough.