mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
s/V86Starter/V86
This commit is contained in:
parent
48045eeb13
commit
080482da89
19 changed files with 66 additions and 66 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
window.onload = function()
|
||||
{
|
||||
var emulator = window.emulator = new V86Starter({
|
||||
var emulator = window.emulator = new V86({
|
||||
wasm_path: "../build/v86.wasm",
|
||||
memory_size: 32 * 1024 * 1024,
|
||||
vga_memory_size: 2 * 1024 * 1024,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue