2023-04-29 17:38:18 +09:00
|
|
|
import * as imports from "./shim.mjs";
|
2023-04-29 18:21:45 +09:00
|
|
|
import mod from "./app.wasm";
|
|
|
|
|
|
|
|
imports.init(mod);
|
2023-04-29 17:38:18 +09:00
|
|
|
|
2023-04-30 10:29:40 +09:00
|
|
|
export default { fetch: imports.fetch, scheduled: imports.scheduled }
|