Hi there! I'm new to appwrite (and mobile app development in general), and I was looking to program some backend functions in C++ or Rust, which I saw templates for here. But I noticed that documentation here doesn't mention Rust support, and if I try to add the runtime with _APP_FUNCTIONS_RUNTIMES=rust-1.55, it's just ignored. Is there an intention to have the Rust runtime working in a future update soon, or is there a way to get it working from the latest version?
You can start by creating a feature request for it: https://github.com/appwrite/appwrite/issues/new/choose.
Support would need to be added by implementing a runtime here: https://github.com/open-runtimes/open-runtimes
Thanks for getting back quickly! I'll go ahead and submit a feature request, and look into how much work it would be to get the open-runtime together.
docs for adding a new runtime: https://github.com/open-runtimes/open-runtimes/blob/main/docs/add-runtime.md
however, we're working on big changes to functions so the runtime code will probably need to be updated after 1.4
Recommended threads
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...
- What's the proper way to delete user acc...
I would like to provide an option for the users of my app, to completely remove theirs account if they want to. I don't want to 'deactivate' the account, but to...