Skip to main content
Module

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

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

Parameters

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