Call Go/golang library from Micropython? #10104
Unanswered
mdaeron
asked this question in
Libraries & Drivers
Replies: 2 comments 1 reply
-
@mdaeron -- This would not be possible on microcontroller targets... Go has a significant runtime implementation, not to mention all the system libraries you would need too. You could embed TinyGo into MicroPython (or the other way around), but the firmware size would be prohibitive as there would be very little sharing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is possible now: https://github.com/orgs/micropython/discussions/15702 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm aware that it is possible to build and call C-based libraries from Micropython. Is there any way/usefulness to do the same with Go (golang) libraries, perhaps using something like gopy?
Beta Was this translation helpful? Give feedback.
All reactions