Spaces:
Running
Running
File size: 151 Bytes
de03c4e | 1 2 3 4 5 6 | import * as Comlink from "comlink";
import { PyodideBackend } from "./PyodideBackend";
const backend = new PyodideBackend();
Comlink.expose(backend); |