import { initSync } from "https://deno.land/x/paimon@v1.1.3/wasm/pkg/paimon.d.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.
Parameters
module: SyncInitInput
import { initSync } from "https://deno.land/x/paimon@v1.1.3/wasm/pkg/paimon.d.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.