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

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

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