Volodymyr Shymanskyy

Results 335 comments of Volodymyr Shymanskyy

@Girgitt @gioblu i don't think it can auto-generate something, but it should be rather simple to wrap your library with N-API. the hard part may be to provide proper Node...

@gioblu exactly. That's what they promise, at least ;) I'm sorry I can't help you with coding currently - too much stuff is going on ;(

Just for clarification. Wasm3 is 4-5 times faster than, say, Python 3.9, yet weights only ~150KB. It doesn't require any JITting, etc. so runs exactly the same on iOS, Android,...

This is essentially this issue: https://github.com/espressif/arduino-esp32/issues/2025

We do not support sleep, only deepSleep with chip restart, which means almost the same that can be accomplished with HTTP API.

There's no proposal. We just don't support that. We can include an example with deep sleep and board restart and(or) with HTTP API. That's what community is actually using.

Blynk.h is not meant to me directly included

@huming2207 should I merge this?

@huming2207 please rebase to the latest version and re-check (with different GCC stack protector settings, if you can). We have fixed some bugs in the interpreter.