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

x/polkadot/wasm-bridge/bundle.ts>createWasmFn

Package publishing for deno.land/x/polkadot
Latest
function createWasmFn
import { createWasmFn } from "https://deno.land/x/polkadot@0.2.45/wasm-bridge/bundle.ts";

Parameters

root: "crypto"
wasmBytes: null | Uint8Array
asmFn: null | ((wbg: WasmImports) => C)