Skip to content

Commit

Permalink
Merge branch 'main' into feat/ws-pvm
Browse files Browse the repository at this point in the history
  • Loading branch information
wkwiatek committed Jan 23, 2025
2 parents 4b113d3 + c9d0fff commit ca7cc19
Show file tree
Hide file tree
Showing 14 changed files with 1,142 additions and 513 deletions.
2 changes: 2 additions & 0 deletions src/components/DebuggerControlls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Button } from "../ui/button";
import { useAppDispatch, useAppSelector } from "@/store/hooks";
import {
continueAllWorkers,
refreshMemoryRangeAllWorkers,
refreshPageAllWorkers,
runAllWorkers,
selectIsAnyWorkerLoading,
Expand Down Expand Up @@ -80,6 +81,7 @@ export const DebuggerControlls = () => {
}

await dispatch(refreshPageAllWorkers()).unwrap();
await dispatch(refreshMemoryRangeAllWorkers()).unwrap();
};

const handlePauseProgram = async () => {
Expand Down
Loading

0 comments on commit ca7cc19

Please sign in to comment.