Don't preload anything for now

This commit is contained in:
momo5502
2025-07-01 21:01:59 +02:00
parent 2b0cafae34
commit baf2ed6772

View File

@@ -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">