-
Updated
Aug 9, 2021 - C++
virtual-machine
Here are 1,648 public repositories matching this topic...
-
Updated
Aug 13, 2021 - Rust
-
Updated
Jun 22, 2021 - Shell
-
Updated
Feb 21, 2021
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Jul 22, 2021 - C
-
Updated
May 23, 2021 - Java
Describe the bug
On windows, multipass update notifier is opening the github releases page many times when I click the update notification prompt - one tab for every time I didn't click it previously.
To Reproduce
How, and what happened?
- Install multipass for windows
- Wait for a new release and ignore the update prompt notification
- Maybe ignore the notification when it pop
-
Updated
Nov 12, 2020 - C
-
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
Jul 27, 2021 - Shell
-
Updated
May 7, 2021 - Go
-
Updated
Apr 6, 2021 - C
-
Updated
Mar 7, 2021 - C
-
Updated
May 10, 2021 - Ruby
-
Updated
Aug 13, 2021 - Go
-
Updated
Jul 18, 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 7, 2021 - Dockerfile
Depends on #1048
Another Ethers issue
-
Updated
Apr 4, 2021 - C++
-
Updated
Jun 21, 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.