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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...