-
Updated
May 16, 2021 - C++
virtual-machine
Here are 1,604 public repositories matching this topic...
-
Updated
Jun 18, 2021 - Rust
-
Updated
Jun 17, 2021 - Shell
-
Updated
Feb 21, 2021
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Jun 19, 2021 - C
-
Updated
May 23, 2021 - Java
-
Updated
Nov 12, 2020 - C
What are you trying to do?
Figure out if an instance has mounts enabled and active or not
What's your proposed solution?
Add a "row" to multipass info which would say that there are no mounts present
Additional context
Info about mounts is only shown when mounts are active. The "absence" of active mounts is on its own not necessarily evident when it is not shown. For a goo
-
Updated
Mar 23, 2019 - 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
-
Updated
Mar 26, 2021 - Rust
-
Updated
Apr 29, 2020 - Shell
-
Updated
May 7, 2021 - Go
-
Updated
Apr 6, 2021 - C
-
Updated
Mar 7, 2021 - C
-
Updated
May 10, 2021 - Ruby
-
Updated
Jun 19, 2021 - C
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
Jun 19, 2021 - Go
-
Updated
Jun 7, 2021 - Dockerfile
-
Updated
Apr 4, 2021 - C++
The coverage of the client RPC tests - especially for the eth and web3 calls - are pretty low with eth < 70% and web3 < 80%, see Codecov report.
This should be significantly improved.
-
Updated
May 26, 2021
-
Updated
Jan 20, 2021 - PowerShell
-
Updated
Mar 3, 2021 - Lua
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.