runtime
Here are 652 public repositories matching this topic...
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
-
Updated
Oct 21, 2020
We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like
- Culture Data
- Any PAL related code
- Unused icalls
Napa.js: a multi-threaded JavaScript runtime
-
Updated
Oct 30, 2018 - C++
When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co
TypeScript execution and REPL for node.js
-
Updated
Nov 3, 2020 - TypeScript
A runtime developer console and IRB alternative with powerful introspection capabilities.
-
Updated
Oct 6, 2020 - Ruby
-
Updated
Oct 6, 2020
iOS project of collected some demos for iOS App, use Objective-C
-
Updated
Sep 5, 2020 - Objective-C
Runtime type system for IO decoding/encoding
-
Updated
Nov 4, 2020 - TypeScript
μWebSockets for Node.js back-ends
-
Updated
Oct 25, 2020 - C++
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
-
Updated
Nov 7, 2020 - Java
Add tests for all the js/ts files inside testing/ and std/
The test file should be named in the pattern *_test.js for elsa to identify it as a test file.
Example:
// some_test.js
import { eq } from "./utils.ts";
Elsa.tests({
"test mode == `test`": function () {
eq(Elsa.mode, "test");
},
});and run ./elsa test
Marking as a good first issue as anyo
A small and fast async runtime for Rust
-
Updated
Oct 14, 2020 - Rust
WebAssembly Micro Runtime (WAMR)
-
Updated
Nov 5, 2020 - C
The official repo is at bellard/quickjs.
-
Updated
Aug 2, 2020 - C
Runtime validation for static types
-
Updated
Sep 9, 2020 - TypeScript
Nexus.js - The next-gen JavaScript platform
-
Updated
Jan 18, 2019 - C++
Plotly already handles exporting plots as png.
At the moment, the whole plotly bar that normally shows at the top of each plot has been disabled.
We should re-enable it but only keeping the save plot image button.
Usage with fasthttp?
Simpliest way to ask runtime permissions on Android, no need to extend class or override permissionResult method, choose your way : Kotlin / Coroutines / RxJava / Java7 / Java8
-
Updated
Jul 2, 2020 - Java
Unreal Engine 4 plugin component for rendering runtime generated content.
-
Updated
Nov 7, 2020 - C++
Swift-friendly API for a set of powerful Objective C runtime functions.
-
Updated
Jun 22, 2020 - Swift
RingoJS is a JavaScript platform built on the JVM and optimized for server-side applications.
-
Updated
Nov 4, 2020 - JavaScript
Improve this page
Add a description, image, and links to the runtime topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the runtime topic, visit your repo's landing page and select "manage topics."


Missing a
validateIntegercheck