-
Updated
Aug 9, 2021 - C++
virtual-machine
Here are 1,650 public repositories matching this topic...
-
Updated
Aug 18, 2021 - Rust
-
Updated
Aug 14, 2021 - Shell
-
Updated
Feb 21, 2021
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Jul 22, 2021 - C
-
Updated
May 23, 2021 - Java
The multipass log file (/Library/Logs/Multipass/multipassd.log) is suddenly exploding with gigabytes of entries like:
It appears like PHP is looping through include_paths and all failures to stat a file via sftp are logged.
Any idea how to suppress or disable this logging ?
Logs
[2021-08-18T13:53:46.493] [error] [sftp server] handle_stat: cannot stat '/Users/clu/www/phplib/file.cla
-
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
Aug 19, 2021 - Shell
-
Updated
May 7, 2021 - Go
-
Updated
Apr 6, 2021 - C
-
Updated
Mar 7, 2021 - C
-
Updated
May 10, 2021 - Ruby
-
Updated
Aug 19, 2021 - Go
-
Updated
Aug 17, 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.