runtime
Here are 730 public repositories matching this topic...
-
Updated
Apr 27, 2021
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
Apr 21, 2021 - TypeScript
- Source
JsPointerToString(NULL, 0, &str);-
Expected
str = empty string -
Actual
failed and returns JsErrorNullArgument
I think this should be possible
-
Updated
Apr 16, 2021 - Ruby
-
Updated
Feb 21, 2021
-
Updated
Jan 16, 2021 - Objective-C
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
Apr 27, 2021 - TypeScript
-
Updated
Apr 20, 2021 - C++
In the prototype implementation of value types support, the letter Q is used as a prefix in the bytecode for the signatures of classes that are value types, as distinguished from concrete identity type classes, interfaces and abstract classes, whose signatures are prefixed with the letter L.
Minimal changes to handle the Q prefix in the JIT compiler were merged into OpenJ9 in [pull reques
Tons of good improvements that can be made to the codebase:
https://deepsource.io/gh/elsaland/elsa/issues/?category=recommended
-
Updated
Feb 14, 2021 - Rust
-
Updated
Apr 27, 2021 - C
const Foo = Union( // ... ).named('Foo');
We may need an API like this in order to get better error messages.
-
Updated
Aug 2, 2020 - C
-
Updated
Jan 18, 2019 - C++
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.
-
Updated
Apr 26, 2021 - C
-
Updated
Apr 25, 2021 - 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."
It might be possible to have a more efficient way to pipe a file to a stream by adding a
.streammethod toFileHandle.e.g.