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

Fix build by adding missing cstdint include #240

Closed a-andreyev closed 2 months ago

a-andreyev commented 2 months ago

Tested with gcc (GCC) 13.2.1 20230801.

Fixed error was: error: ‘uint32_t’ does not name a type

note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’?