coder-mike / microvium

A compact, embeddable scripting engine for applications and microcontrollers for executing programs written in a subset of the JavaScript language.
MIT License
569 stars 25 forks source link

math.h is included unconditionally #54

Closed davidchisnall closed 1 year ago

davidchisnall commented 1 year ago

microvium.c unconditionally includes math.h, but nothing from it is needed if you compile without floating-point support.

coder-mike commented 1 year ago

Hopefully that resolves it :-) Let me know if it doesn't