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

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

WebAssembly port of RSA encryption and signatures
Latest
function Paimon.initSync
import { Paimon } from "https://deno.land/x/paimon@v1.1.3/src/deno/mod.ts";
const { initSync } = Paimon;

Instantiates the given module, which can either be bytes or a precompiled WebAssembly.Module.