nixvm 0.0.0

A portable VM-style sandbox that runs a real Linux userland by emulating Linux syscalls directly (no guest kernel, no device emulation).
Documentation
1
2
3
4
5
6
import { createApp } from "vue";

import App from "./App.vue";
import "./style.css";

createApp(App).mount("#app");