Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/paimon/wasm/pkg/paimon.d.ts>__wbg_init

WebAssembly port of RSA encryption and signatures
Latest
function __wbg_init
import { __wbg_init } from "https://deno.land/x/paimon@v1.1.3/wasm/pkg/paimon.d.ts";

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Parameters

optional
module_or_path: InitInput | Promise<InitInput>