mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Don't preload anything for now
This commit is contained in:
@@ -206,7 +206,11 @@ export class Playground extends React.Component<
|
||||
<Header
|
||||
title="Sogen - Playground"
|
||||
description="Playground to test and run Sogen, the Windows user space emulator, right in your browser."
|
||||
preload={["./emulator-worker.js", "./analyzer.js", "./analyzer.wasm"]}
|
||||
preload={
|
||||
[
|
||||
/*"./emulator-worker.js", "./analyzer.js", "./analyzer.wasm"*/
|
||||
]
|
||||
}
|
||||
/>
|
||||
<div className="h-[100dvh] flex flex-col">
|
||||
<header className="flex shrink-0 items-center gap-2 border-b p-2 overflow-y-auto">
|
||||
|
||||
Reference in New Issue
Block a user