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