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

x/ed25519_dalek/wasm/pkg/berith.d.ts>__wbg_init

WebAssembly port of Ed25519 signatures and X25519 key exchange
Latest
function __wbg_init
import { __wbg_init } from "https://deno.land/x/ed25519_dalek@v1.2.6/wasm/pkg/berith.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>