Matthew-McRaven / Pepp

The next generation of Pep series simulators
https://compsys-pep.com
GNU General Public License v3.0
4 stars 0 forks source link

Suppress generation of temporary ELF files #524

Closed Matthew-McRaven closed 3 weeks ago

Matthew-McRaven commented 3 weeks ago

Our ELF library needs to save to a stream/file to calculate addresses correctly.

I have switched to string streams from files to better work with web assembly.