Skip to content

Commit

Permalink
Update Native.awesome.kts (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueangle authored Sep 16, 2024
1 parent 7b3a5c0 commit 117b8bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/links/Native.awesome.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ category("Kotlin Native") {
desc = "Simple spinner-like game intended to demonstrate capabilities of Kotlin/Native software stack."
setTags("native", "llvm", "android", "ios", "backend", "linux")
}
link {
github = "trueangle/kotlin-native-aws-lambda-runtime"
desc = "A runtime for executing AWS Lambda functions written in Kotlin/Native, designed to reduce cold start issues common with the JVM platform."
setTags("native", "linux")
}
}
subcategory("Frameworks") {
link {
Expand Down

0 comments on commit 117b8bd

Please sign in to comment.