import { initSync } from "https://deno.land/x/ed25519_dalek@v1.2.6/wasm/pkg/berith.d.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.
Parameters
module: SyncInitInput
x/ed25519_dalek/wasm/pkg/berith.d.ts>initSync
import { initSync } from "https://deno.land/x/ed25519_dalek@v1.2.6/wasm/pkg/berith.d.ts";
Instantiates the given module
, which can either be bytes or
a precompiled WebAssembly.Module
.