The official mirror of the V8 Git repository
-
Updated
Aug 9, 2021 - C++
{{ message }}
The official mirror of the V8 Git repository
Secure and fast microVMs for serverless computing.
Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
Project moved to: https://github.com/llvm/llvm-project
Gravity Programming Language
Android virtual machine and deobfuscator
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.
The Rubinius Language Platform
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI 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
An alternative BEAM implementation, designed for WebAssembly
Instructions and script to help you create a VirtualBox VM running macOS.
Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
Pafish is a demonstration tool that employs several techniques to detect sandboxes and analysis environments in the same way as malware families do.
Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
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
An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
A Virtualised Raspberry Pi inside a Docker image
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
Intel VT-x based hypervisor aiming to provide a thin VM-exit filtering platform on Windows.
Collection of resources about Virtualization
Threat Pursuit Virtual Machine (VM): A fully customizable, open-sourced Windows-based distribution focused on threat intelligence analysis and hunting designed for intel and malware analysts as well as threat hunters to get up and running quickly.
程序语言与编译技术相关资料(持续更新中)
Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.
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.