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

x/paimon/src/deno/mod.ts

WebAssembly port of RSA encryption and signatures
Latest
import * as paimon from "https://deno.land/x/paimon@v1.1.3/src/deno/mod.ts";

Functions

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

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

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

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