-
Updated
Jan 30, 2022 - C++
virtual-machine
Here are 1,837 public repositories matching this topic...
-
Updated
Mar 1, 2022 - Rust
-
Updated
Feb 21, 2022 - Shell
-
Updated
Feb 9, 2022
Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,
const interp = new wasm3.Interpreter(module);
interp.interpretNInstructions(100);
const interpState = interp.serializeState();
const interp2 = wasm3.In
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Sep 18, 2021 - C
-
Updated
May 23, 2021 - Java
-
Updated
Dec 31, 2021 - C
-
Updated
Mar 23, 2019 - 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
-
Updated
Mar 26, 2021 - Rust
-
Updated
Dec 31, 2021 - Shell
-
Updated
Apr 6, 2021 - C
-
Updated
Nov 9, 2021 - C
-
Updated
May 7, 2021 - Go
-
Updated
Mar 1, 2022 - Go
There is actually a lot of redundancy between the ETH and LES protocol implementation. This should be combined into a superclass sitting between e.g. ETH and EventEmitter at some point. This will likely lead to a substantially cleaner implementation of the subclasses, increase readability as well as ease adding new features and avoid introducing consistency gaps along the way.
(this new sup
Field was moved in most recent API Version.
This looks hard to patch to make backwards compatible since the structs look to have been copied from ignite directly without use of kube api-machinery:
https://github.com/weaveworks/footloose/blob/8bd6cfc/pkg/ignite/inspect.go#L43
-
Updated
May 10, 2021 - Ruby
-
Updated
Jan 30, 2022 - C
-
Updated
Oct 15, 2021 - Dockerfile
-
Updated
Feb 22, 2022
-
Updated
Jan 20, 2022 - C++
-
Updated
Jun 21, 2021
-
Updated
Jan 20, 2021 - PowerShell
Improve this page
Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-machine topic, visit your repo's landing page and select "manage topics."
https://github.com/canonical/multipass/blob/a5a8109d442c32fa37be1f2141b2245a7164d79d/src/client/cli/cmd/launch.cpp#L130-L140