runtime
Here are 641 public repositories matching this topic...
-
Updated
Oct 5, 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
-
Updated
Oct 30, 2018 - C++
-
Updated
Oct 6, 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 = -
Updated
Sep 15, 2020 - TypeScript
-
Updated
Oct 6, 2020 - Ruby
-
Updated
Oct 6, 2020
-
Updated
Sep 5, 2020 - Objective-C
-
Updated
Oct 5, 2020 - TypeScript
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 7, 2020 - Java
-
Updated
Oct 4, 2020 - Rust
-
Updated
Oct 6, 2020 - C
Update quickjs to 2020-09-06 release.
bellard/quickjs@7c312df
We're currently using https://github.com/elsaland/quickjs/blob/master/version.h . Marking this as a good first issue.
-
Updated
Aug 2, 2020 - C
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Jan 18, 2019 - C++
-
Updated
Jul 2, 2020 - Java
-
Updated
Jun 22, 2020 - Swift
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 5, 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