import { Paimon } from "https://deno.land/x/paimon@v1.1.3/src/deno/mod.ts";
const { __wbg_init } = Paimon;
If module_or_path
is {RequestInfo} or {URL}, makes a request and
for everything else, calls WebAssembly.instantiate
directly.
Returns
Promise<InitOutput>