wren icon indicating copy to clipboard operation
wren copied to clipboard

wren_debug.c should use vm->config.writeFn instead of printf

Open andydude opened this issue 10 months ago • 1 comments

wren_debug.c should use vm->config.writeFn instead of printf.

andydude avatar Aug 10 '23 03:08 andydude

It should accept a writer argument with private data. Config should have an errorWriteFn. That way we get maximum flexibility.

mhermier avatar Aug 10 '23 05:08 mhermier