runtime
Here are 639 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
Sep 29, 2020
Napa.js: a multi-threaded JavaScript runtime
-
Updated
Oct 30, 2018 - C++
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
Micro is a framework for cloud native development
-
Updated
Oct 1, 2020 - Go
A typeerror occurred in ChakraCore when I passed an undefined parameter in TypedArray.prototype.sort(), but other engines, such as V8 and quickjs, did not throw an error. Therefore, I think there may be a problem here.
version
1.11.19
command
ChakraCore/out/Debug/ch testcase.jstestcase
var NISLFuzzingFunc = function(){
var a = TypeScript execution and REPL for node.js
-
Updated
Sep 15, 2020 - TypeScript
A runtime developer console and IRB alternative with powerful introspection capabilities.
-
Updated
Sep 11, 2020 - Ruby
-
Updated
May 28, 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
Sep 30, 2020 - TypeScript
μWebSockets for Node.js back-ends
-
Updated
Sep 28, 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
Oct 1, 2020 - Java
A small and fast async runtime for Rust
-
Updated
Sep 28, 2020 - Rust
WebAssembly Micro Runtime (WAMR)
-
Updated
Sep 30, 2020 - C
The official repo is at bellard/quickjs.
-
Updated
Aug 2, 2020 - C
Runtime validation for static types
-
Updated
Sep 9, 2020 - TypeScript
I think it would be great to see a GitHub Actions Workflow for Elsa. I see many possible use cases for this as well.
Perhaps something similar to: https://github.com/marketplace/actions/setup-deno-environment
Looking forward to seeing where Elsa goes! Can't wait to support it.
Nexus.js - The next-gen JavaScript platform
-
Updated
Jan 18, 2019 - C++
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
Swift-friendly API for a set of powerful Objective C runtime functions.
-
Updated
Jun 22, 2020 - Swift
Unreal Engine 4 plugin component for rendering runtime generated content.
-
Updated
Sep 28, 2020 - C++
RingoJS is a JavaScript platform built on the JVM and optimized for server-side applications.
-
Updated
Sep 23, 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."


Is your feature request related to a problem? Please describe.
After calling
child_process.spawn, I'd like to know when the child process has successfully spawned and there's no longer the possibility of an 'error' event from failing to spawn (i.e. error type # 1 in the docs for that 'error' event, e.g.EPERM, `ENOEN