Skip to content

Commit

Permalink
feat(zkappWorkerClient.ts): import Comlink library to enable communic…
Browse files Browse the repository at this point in the history
…ation with web workers for improved performance and concurrency
  • Loading branch information
ymekuria committed Sep 18, 2024
1 parent 891423e commit 11f1eb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Field, PublicKey, fetchAccount } from 'o1js';
import * as Comlink from "comlink";

import type {
WorkerFunctions,
Expand Down

0 comments on commit 11f1eb6

Please sign in to comment.