v86
x86 PC emulator and x86-to-wasm JIT, running in the browser (by copy)
hasha
Hashing made simple. Get the hash of a buffer/string/stream/file. (by sindresorhus)
v86 | hasha | |
---|---|---|
163 | - | |
20,463 | 956 | |
1.2% | 0.0% | |
9.5 | 4.5 | |
10 days ago | over 1 year ago | |
JavaScript | JavaScript | |
BSD 2-clause "Simplified" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
v86
Posts with mentions or reviews of v86.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-18.
-
Make Ubuntu packages 90% faster by rebuilding them
Not a bad idea. Arch also comes to mind, and its support on https://copy.sh/v86/ is a testament to its flexibility.
- V86: Working Operating Systems in the Browser
- Webvm: Virtual Machine for the Web
- WebVM 2.0: A complete Linux Desktop Environment in the browser via WebAssembly
- Windows 95 Running in the Browser
-
Run a Virtual Machine in Your Browser
import { useEffect } from 'react'; function App() { useEffect(function initializeEmulator(){ // See https://github.com/copy/v86/blob/master/src/browser/starter.js for options window.emulator = new window.V86({ wasm_path: '/v86.wasm', screen_container: document.getElementById("screen_container"), bios: { url: "/bios/seabios.bin", }, vga_bios: { url: "/bios/vgabios.bin", }, hda: { // Hard Disk url: "/images/fd12-base.img", async: true, size: 419430400, // Recommended to add size of the image in URL. see https://github.com/copy/v86/blob/master/src/browser/starter.js }, autostart: true, }); }, []); return (
Initializing Emulator…div> canvas> div> ); } export default App; - WebVM is a server-less virtual Linux environment running client-side
- Windows 8 Running in the Browser
- Run Windows on the browser with WASM power
-
WASI 0.2.0 and Why It Matters
> As a thought experiment, we're almost there! We could technically have `win95.img + bochs86vm.wasm + autorun.inf + msword.exe` wrapped in a "browser evaluator"
I looked into this and... holy crap! We are there. Not for modern programs quite yet, sure, but this is amazing. You can use Windows 2000 from your browser.
https://copy.sh/v86/?profile=windows2000
hasha
Posts with mentions or reviews of hasha.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning hasha yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing v86 and hasha you can also consider the following projects:
webvm - Virtual Machine for the Web
patch-package - Fix broken node modules instantly 🏃🏽♀️💨
adblock-rust - Brave's Rust-based adblock engine
stringify-object - Stringify an object/array like JSON.stringify just without all the double-quotes
daedalOS - Desktop environment in the browser
lazy-req - Import a module lazily