andygeiss / esp32

Build your own toolchain to develop, test, build and finally deploy a Golang controller to your ESP32 device.
MIT License
87 stars 3 forks source link

Suggestion, use Golang -> Wasm #1

Closed jaecktec closed 4 years ago

jaecktec commented 4 years ago

hey, just stumbled upon your git repository. Have you considered to use https://github.com/wasm3/wasm3 instead of writing your own transpiler? Might be worth a look.

In case you're not interested, just close this and ignore me :)

andygeiss commented 4 years ago

Hi, I started that project 3 years ago with the educational aspect of doing something by myself ;-) At that time WebAssembly was not there. Today Igor from Espressif is also contributing to the repository you mentioned earlier. So I think it should be the standard way to do it, without a doubt. Thanks Andy

jaecktec commented 4 years ago

Ah okay, didn't pay attention to the timestamp, but cool that you are still active and responding ✌️