|
|
|
|
|
by wyager
4396 days ago
|
|
> nothing in Javascript fundamentally forces IO libraries to be asynchronous Javascript inherently relies on highly non-deterministic heap allocation, deallocation, and garbage collection. None of these are conducive to real-time IO. You can not make strong guarantees about javascript execution time. They probably partially get around this by having all the important IO stuff done in C, but then that's not really a javascript microcontroller, is it? |
|