runtime
Here are 860 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
Jan 13, 2022
TypeScript execution and REPL for node.js
-
Updated
Jan 24, 2022 - TypeScript
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++
- Source
JsPointerToString(NULL, 0, &str);-
Expected
str = empty string -
Actual
failed and returns JsErrorNullArgument
I think this should be possible
fuzzing: Use `wasm-encoder` rather than generating WAT text and then assembling it in dummy imports
In bytecodealliance/wasmtime#2497 (comment) we added support for generating nested modules, and we generate these modules by concatenating strings of WAT and then passing it to Module::new which internally checks for WAT strings and assembles them into Wasm bytes if necessary.
We can make this more efficient, improving the number of test cases we fuzz in a
-
Updated
Sep 28, 2021
A runtime developer console and IRB alternative with powerful introspection capabilities.
-
Updated
Jan 11, 2022 - Ruby
iOS project of collected some demos for iOS App, use Objective-C
-
Updated
May 18, 2021 - Objective-C
Runtime type system for IO decoding/encoding
-
Updated
Jan 19, 2022 - TypeScript
μWebSockets for Node.js back-ends
-
Updated
Jan 19, 2022 - C++
Current, if we try to run a more recent Java class in an old JVM, we get the following error message:
Error: LinkageError occurred while loading main class some.Class
java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=some/Class, offset=6
However, it is not so easily to detect that the class was compiled with a version above the supported by the JVM.Hotspot
WebAssembly Micro Runtime (WAMR)
-
Updated
Jan 25, 2022 - C
Tons of good improvements that can be made to the codebase:
https://deepsource.io/gh/elsaland/elsa/issues/?category=recommended
A small and fast async runtime for Rust
-
Updated
Jan 8, 2022 - Rust
Currently, if you create an environment from a process that has the permission to call lunatic::process::allow_namespace it can give greater permissions to sub-processes spawned into the new environment than it has itself.
The lunatic::process::allow_namespace host function should first check if we have permissions for the namespace before allowing us to add it to other environments. Simila
With #235 I've noticed that InstanceOf is undocumented in the readme.
Add a dark/light mode switch in the menu.
The semantic-ui framework already handles that.
The thing is to also change the plot background color when in dark mode.
A fast and lightweight fully featured OCI runtime and C library for running containers
-
Updated
Jan 24, 2022 - C
程序语言与编译技术相关资料(持续更新中)
-
Updated
Jan 19, 2022
Rust Kubernetes client and controller runtime
-
Updated
Jan 25, 2022 - Rust
Nexus.js - The next-gen JavaScript platform
-
Updated
Jan 18, 2019 - 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."


With the introduction of web streams, it would be good to integrate support into the various common stream utilities...
Refs: nodejs/node#39134
/cc @mcollina @ronag
stream.finished()