-
Updated
Aug 9, 2021 - C++
virtual-machine
Here are 1,695 public repositories matching this topic...
-
Updated
Oct 1, 2021 - Rust
-
Updated
Sep 3, 2021 - Shell
-
Updated
Sep 28, 2021
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Sep 18, 2021 - C
-
Updated
May 23, 2021 - Java
If I execute an alias on an instance and that instance is not running, I would expect the instance to be automatically started and then the alias executes. A message should be printed out saying what is happening.
-
Updated
Nov 12, 2020 - 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
Aug 19, 2021 - Shell
-
Updated
May 7, 2021 - Go
-
Updated
Apr 6, 2021 - C
-
Updated
Oct 2, 2021 - C
-
Updated
Oct 1, 2021 - Go
-
Updated
May 10, 2021 - Ruby
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
Sep 30, 2021 - C
-
Updated
Sep 4, 2021 - Dockerfile
Adding the new debugging capabilities (see title) within the devp2p packages along #1449 had the side effect of producing redundant messages on certain DEBUG logger combinations, mostly visible if the plain devp2p:* logger is used, see e.g.:
This is distracting and reduces ove
-
Updated
Apr 4, 2021 - C++
-
Updated
Jun 21, 2021
-
Updated
Jan 20, 2021 - PowerShell
-
Updated
Aug 13, 2021
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."

When passing Wasm function to the host as a callback, it's passed as an index in the table.
Wasm3 needs to provide an API to call such functions.