decision_boundary / frontends /react /src /pyodide.worker.ts
joel-woodfield's picture
Add new comlink refactor
73f2932
Raw
History Blame Contribute Delete
151 Bytes
import * as Comlink from "comlink";
import { PyodideBackend } from "./PyodideBackend";
const backend = new PyodideBackend();
Comlink.expose(backend);