3 रिपॉजिटरी
Minimal runtime libraries and system glue code tailored for specific target operating systems.
Distinct from Platform Runtimes: Closest candidates were configuration overrides or installer tools, not the embedded runtime libraries themselves.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · Platform-Specific Runtimes. Refine with filters or upvote what's useful.
Kotlin-native is an ahead-of-time, cross-platform compiler and toolchain that transforms Kotlin source code into standalone native machine binaries. It functions as an LLVM native compiler, producing executable files that run directly on hardware without the requirement of a virtual machine. The project enables cross-platform native development across multiple operating systems and processor architectures, including iOS, Linux, and Windows. This allows for the creation of native Apple platform applications and software for embedded systems programming where direct memory management and minima
Embeds minimal core libraries and system glue code tailored for target operating systems like iOS and Linux.
kotlinx.serialization is an official Kotlin library that provides a multiplatform serialization framework for converting Kotlin objects to and from multiple data formats. It uses a Kotlin compiler plugin to generate serializer and deserializer code at compile time, avoiding runtime reflection and preserving type safety through annotations like @Serializable. The library supports JVM, JS, and Native targets with platform-specific runtime libraries, enabling consistent serialization across all Kotlin environments. The library distinguishes itself through its multi-format encoder-decoder abstr
Provides separate runtime artifacts for JVM, JS, and Native targets, each optimized for the respective platform.
CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th
Configures specific runtime paths for different platforms within a runtime handler structure.