Replies: 1 comment 2 replies
-
Any platform supported by TinyGo. And that's quite a list! https://tinygo.org/docs/reference/microcontrollers/
The answer is in your previous question: crazy portability. Well, and Go is a friendlier and easier language than C. If you can sacrifice a bit of RAM for better DX and memory safety, Go is your best bet.
It's currently in low maintenance mode, see their readme
The guest modules can be written in any language that compiles into wasm! Rust is just an example. We also have examples for Zig and Go. But there are many more languages that can compile into wasm. See awesome-wasm-langs. Mechanoid doesn't need to do anything to support these languages. Just pick a language, compile into wasm similar to other examples we have, and all should work just fine. |
Beta Was this translation helpful? Give feedback.
-
Hi, firstly, thx for this brilliant project. I just knew this project recently so have some questions:
Thank you! :)
Beta Was this translation helpful? Give feedback.
All reactions