File size: 151 Bytes
73f2932
 
9b05cbd
73f2932
9b05cbd
73f2932
1
2
3
4
5
6
import * as Comlink from "comlink";
import { PyodideBackend } from "./PyodideBackend";

const backend = new PyodideBackend();

Comlink.expose(backend);