runtime
Here are 608 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
Jul 13, 2020
Fail to run examples by (node >=v8.5.0), so please try napa examples by (node <= v8.4.0) before fix
A few times it did work without error....
I got these errors in both the pi and fibonacci examples....
System:
Mac 10.11.6
NodeJS v8.7.0
NPM v5.5.1
 to either a file on disk or to stdout. ts-node's API allows passing a reportDiagnostic function that is called for all ts-node diagnostics, allowing even more customizable reporting. This should match the UX of TypeScript's own DiagnosticReporter hooks.
This will enable end-users to se
The history configuration was refactored in pry/pry@e5556a2
This makes most (if not all) of the Wiki page on history configuration out of date. Unfortunately, I don't have time right now to go through and figure out how all the options have changed, but perhaps someone more well-versed in the
iOS project of collected some demos for iOS App, use Objective-C
-
Updated
Jan 4, 2020 - Objective-C
Eclipse OMR is a C/C++ toolkit for building language runtimes. OMR has a high level JIT compilation library called JitBuilder, which is built on OMR's more general compilation framework. We also have a demo VM called [Base9](https://github.com/b9org/
🚀 Feature request
Current Behavior
flow(
SomeIOType.decode,
... etc
)
Accessing .decode of a type by passing it, causes lint warning:
warning Avoid referencing unbound methods which may cause unintentional scoping of this @typescript-eslint/unbound-method
However the function is specifically bound: this.decode = this.decode.bind(this);
Desi
μWebSockets for Node.js back-ends
-
Updated
Jul 2, 2020 - C++
Do you think it's necessary at this stage?
WebAssembly Micro Runtime (WAMR)
-
Updated
Jul 13, 2020 - C
Unpacked tarball of Fabrice Bellard's QuickJS Javascript engine
-
Updated
May 25, 2020 - C
Error messages should contain the key that is invalid.
I have programs like this. They have many properties so the default error messages are not as helpful as they could be.
const Config = rt.Record({
domain: rt.String,
// many more properties
})
export default function platform(cfg: rt.Static<typeof Config>) {
Config.check(cfg)
return JSON.stringify(cfg)
}Vali
Nexus.js - The next-gen JavaScript platform
-
Updated
Jan 18, 2019 - C++
Swift-friendly API for a set of powerful Objective C runtime functions.
-
Updated
Jun 22, 2020 - Swift
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
The Java NIO API provides useful standard open options[1] for file operations. At the moment Ringo only supports READ, WRITE, APPEND. Ringo could also provide shortcuts / options for CREATE, CREATE_NEW, DELETE_ON_CLOSE, SPARSE, TRUNCATE_EXISTING.
[1] http://docs.oracle.com/javase/7/docs/api/java/nio/file/StandardOpenOption.html
Unreal Engine 4 plugin component for rendering runtime generated content.
-
Updated
Jul 10, 2020 - C++
iOS全局自动化 代码混淆 工具!支持cocoapod组件代码一并 混淆,完美避开hardcode方法、静态库方法和系统库方法!
-
Updated
Mar 25, 2019 - Objective-C
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."



What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Reproduces all the time.
What is the expected behavior?
Should not cause an