2023-04-30 10:29:40 +09:00

7 lines
160 B
JavaScript

import * as imports from "./shim.mjs";
import mod from "./app.wasm";
imports.init(mod);
export default { fetch: imports.fetch, scheduled: imports.scheduled }