Skip to content

Commit

Permalink
Merge pull request #738 from appwrite/feat-new-runtimes
Browse files Browse the repository at this point in the history
docs: add new runtimes
  • Loading branch information
ArmanNik authored Mar 8, 2024
2 parents a46da31 + df17b69 commit c4147b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/docs/products/functions/runtimes/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
`node-18.0`
`node-19.0`
`node-20.0`
`node-21.0`
* x86 / arm64 / armv7 / armv8
---
* {% icon icon="bun" size="l" /%}
Expand All @@ -34,6 +35,7 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
* `deno-1.21`
`deno-1.24`
`deno-1.35`
`deno-1.40`
* x86
---
* {% icon icon="python" size="l" /%}
Expand All @@ -53,20 +55,23 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
`dart-2.18`
`dart-3.0`
`dart-3.1`
`dart-3.3`
* x86 / arm64 / armv7 / armv8
---
* {% icon icon="php" size="l" /%}
* [PHP](https://hub.docker.com/r/openruntimes/php/tags)
* `php-8.0`
`php-8.1`
`php-8.2`
`php-8.3`
* x86 / arm64 / armv7 / armv8
---
* {% icon icon="ruby" size="l" /%}
* [Ruby](https://hub.docker.com/r/openruntimes/ruby/tags)
* `ruby-3.0`
`ruby-3.1`
`ruby-3.2`
`ruby-3.3`
* x86 / arm64 / armv7 / armv8
---
* {% icon icon="dotnet" size="l" /%}
Expand All @@ -82,18 +87,21 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
`java-11.0`
`java-17.0`
`java-18.0`
`java-21.0`
* x86 / arm64 / armv7 / armv8
---
* {% icon icon="swift" size="l" /%}
* [Swift](https://hub.docker.com/r/openruntimes/swift/tags)
* `swift-5.5`
`swift-5.8`
`swift-5.9`
* x86 / arm64 / armv7 / armv8
---
* {% icon icon="kotlin" size="l" /%}
* [Kotlin](https://hub.docker.com/r/openruntimes/kotlin/tags)
* `kotlin-1.6`
`kotlin-1.8`
`kotlin-1.9`
* x86 / arm64 / armv7 / armv8
---
* {% icon icon="cpp" size="l" /%}
Expand Down

0 comments on commit c4147b5

Please sign in to comment.