Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/paimon/src/deno/mod.ts>Paimon.__wbg_init

WebAssembly port of RSA encryption and signatures
Latest
function Paimon.__wbg_init
Re-export
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.

Parameters

optional
module_or_path: InitInput | Promise<InitInput>