Hi, time ago I made a project for use Nim on arduino for esp8266. Now I'm starting a more ambitious project to use Nim on many different embedded platforms. But I have 2 problems.
1. In the generated code, Nim includes a call to `stderr` due to proc `raiseOutOfMem` in `mmdisp.nim`. Is there a way to get rid of it without setting the gc to none? 2. Is there a way of override system `io.nim` (like a compiler parameter)? Because every embedded platform has a custom library for accessing IO.
