From 29878ae2eae0c80eabb3144f9b1652c273276609 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Fri, 11 Jul 2025 13:57:34 +0200 Subject: [PATCH] Update playground.tsx --- page/src/playground.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/page/src/playground.tsx b/page/src/playground.tsx index b1610fca..5aec9084 100644 --- a/page/src/playground.tsx +++ b/page/src/playground.tsx @@ -98,10 +98,7 @@ export class Playground extends React.Component< filesystemPromise: null, filesystem: null, emulator: null, - emulationStatus: { - activeThreads: 5, - executedInstructions: BigInt(1233252643), - }, + emulationStatus: null, drawerOpen: false, application: undefined, allowWasm64: false,