polkadot-js/client

View on GitHub
packages/client-wasm/src/create/index.ts

Summary

Maintainability
A
35 mins
Test Coverage

Function wasm has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

export default async function wasm ({ config: { wasm: { heapSize = defaults.HEAP_SIZE_KB } }, l }: Options, runtime: RuntimeInterface, chainCode: Uint8Array, chainProxy: Uint8Array, forceNew = false): Promise<WasmInstanceExports> {
Severity: Minor
Found in packages/client-wasm/src/create/index.ts - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status