import * as Comlink from "comlink"; import { PyodideBackend } from "./PyodideBackend"; const backend = new PyodideBackend(); Comlink.expose(backend);