The official mirror of the V8 Git repository
-
Updated
Mar 11, 2022 - 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.
$ multipass set client.primary-name=
$ multipass launch
Launched: needed-kea
mount failed: The following errors occurred:
instance "Home" does not exist
Project moved to: https://github.com/llvm/llvm-project
Gravity Programming Language
Android virtual machine and deobfuscator
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.
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
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/
Depends on #1048
Another Ethers issue
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
程序语言与编译技术相关资料(持续更新中)
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."
Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,