Closed ianthomas23 closed 3 months ago
Initial implementation runs in the main thread. It should actually run in a WebWorker using comlink, in a similar way to how various jupyterlite kernels are implemented.
comlink
Looks like this was fixed by https://github.com/jupyterlite/terminal/pull/15 and can be closed?
Yes, thanks.
Initial implementation runs in the main thread. It should actually run in a WebWorker using
comlink
, in a similar way to how various jupyterlite kernels are implemented.