This repository was archived by the owner on Oct 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,16 @@ codebase is small and comprehensive, and the algorithms simple yet performant.
185
185
Specific runtimes might introduce different trade-offs, and with Runtime you're able to compare, and
186
186
pick the best fit for your requirements.
187
187
188
+ ### Can Runtime be used on embedded devices?
189
+ Runtime is designed to be compatible with micro processors, but not with micro controllers. Out of
190
+ the box Runtime works on embedded devices such as Raspberry Pis, and with the appropriate backends
191
+ it should also work on phones.
192
+
193
+ Micro controllers are very specific in what they provide, and while a Runtime-like library might be
194
+ possible in the future, it's still early for the ecosystem and APIs would likely also need to be
195
+ different. We don't know what the future holds, but for now we've chosen not to target micro
196
+ controllers.
197
+
188
198
### When will Timers and File System support land?
189
199
Timers are next up on the list of things we want to target, together with Unix Domain Sockets.
190
200
Filesystem is a bit further behind because currently the implementations in the backing runtimes are
You can’t perform that action at this time.
0 commit comments