runtime
Here are 928 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
Jun 17, 2022
TypeScript execution and REPL for node.js
-
Updated
Jun 17, 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++
the following poc cause a assertion failure in "debug" build on ubuntu.
function opt(){
const v2 = [-1000000000.0];
v2.length = 4294967295;
const v3 = v2.copyWithin();
return v3;
}
for(let i=0;i<0x200;i++){
opt(false);
}
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
May 11, 2022
A runtime developer console and IRB alternative with powerful introspection capabilities.
-
Updated
Jun 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
Apr 19, 2022 - TypeScript
μWebSockets for Node.js back-ends
-
Updated
Jun 5, 2022 - C++
Loom: JNI support
Depends on eclipse-openj9/openj9#15172
Implement IsVirtualThread
See https://download.java.net/java/early_access/jdk19/docs/specs/jni/index.html
WebAssembly Micro Runtime (WAMR)
-
Updated
Jun 19, 2022 - C
If a new Environment is created, processes inside of it will not have access to any command line arguments or environment variables by default. They need to be added to the ConfigEnv struct from which the Environment is created. Currently this is only possible from the host, but is not exposed as a [host function
-
Updated
Jan 18, 2022 - TypeScript
A small and fast async runtime for Rust
-
Updated
May 1, 2022 - Rust
With #235 I've noticed that InstanceOf is undocumented in the readme.
Cinder is Meta's internal performance-oriented production version of CPython.
-
Updated
Jun 17, 2022 - Python
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
Jun 14, 2022 - C
wazero: the zero dependency WebAssembly runtime for Go developers
-
Updated
Jun 19, 2022 - Go
Rust Kubernetes client and controller runtime
-
Updated
Jun 19, 2022 - Rust
程序语言与编译技术相关资料(持续更新中)
-
Updated
Jun 15, 2022
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."


Version
v18.3.0
Platform
Darwin xxx 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
Subsystem
net
What steps will reproduce the bug?
A /32 subnet mask such as
1.1.1.1/32should match only the IP address1.1.1.1as all 32 bits should be compared. However, if a /32 subnet mask is used with `net.Bl