4 lines
257 B
TypeScript
4 lines
257 B
TypeScript
// we could use the worker file from ./lib/kysely-official-wasm-worker/worker/index.ts, but somehow that doesn't get bundled correctly
|
|
import { createOnMessageCallback } from "~/lib/kysely-official-wasm-worker";
|
|
|
|
self.onmessage = createOnMessageCallback();
|