fixed the links

This commit is contained in:
Boof 2023-09-12 13:11:54 +02:00 committed by GitHub
parent 02a73e115b
commit e05ad9fd20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
<!doctype html>
<title>Save and restore</title>
<script src="../build/libv86.js"></script>
<script src="libv86.js"></script>
<script>
"use strict";
window.onload = function()
{
var emulator = new V86Starter({
wasm_path: "../build/v86.wasm",
wasm_path: "v86.wasm",
memory_size: 304 * 1024 * 1024,
vga_memory_size: 16 * 1024 * 1024,
screen_container: document.getElementById("screen_container"),