You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not support 100% of the golang std though. But there is a good chance it will work.
I have not tried compiling the go client with it yet.
The simplest way is to use Docker as shown here: https://tinygo.org/getting-started/using-docker/
This would allow reuse of the go client on tiny embedded devices.
Pretty cool if we can leverage the code and logic.
The text was updated successfully, but these errors were encountered:
@gedw99 Sorry for the late reply, seeing this just now. This would indeed be great, need to try to build the current version against tinygo and see if it'll work.
We should give tinygo a try. Its very active and has been reasonable. sturdy in my tests.
https://github.com/tinygo-org/tinygo
It does not support 100% of the golang std though. But there is a good chance it will work.
I have not tried compiling the go client with it yet.
The simplest way is to use Docker as shown here: https://tinygo.org/getting-started/using-docker/
This would allow reuse of the go client on tiny embedded devices.
Pretty cool if we can leverage the code and logic.
The text was updated successfully, but these errors were encountered: