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

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

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

Parameters

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