Replies: 2 comments
-
We don't have this, sorry 😕 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I looked into this a while ago but my conclusion was that the WASM runtime and its overhead was too big and it would be very difficult to fit on such small constraints as InfiniTime has. I've instead been working on a small bytecode language here that can be used for making watchfaces and requires little resources. |
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
-
I read in #1738 that installing apps at runtime is on the roadmap, and I think using WASM would be a nice way to do it. It would allow app developers to use many different languages, and I was able to find a relatively fast interpreter written in C++ that InfiniTime could depend on.
Performance probably wouldn't be ideal if someone tries to make an app with Python or something, but for native languages like C++ or Rust I would expect it to be good enough.
Beta Was this translation helpful? Give feedback.
All reactions