TOPLLab / WARDuino

📟 A dynamic WebAssembly VM for embedded systems
https://topllab.github.io/WARDuino/
Mozilla Public License 2.0
72 stars 7 forks source link

Add compilation option for WARDuino without debugger #237

Open tolauwae opened 3 months ago

tolauwae commented 3 months ago

The debugger is increasingly slowing down the interpretation. We need to quantify this impact. In case it is significantly slower, we should be able to run WARDuino without that code.

tolauwae commented 3 months ago

Adding the hold on and question labels until we know what impact the debugger has on execution speed.