• Web Client
  • API Reference
  • Functions
  • Init Sync

@nimiq/core / initSync

Function: initSync()

initSync(module): InitOutput

Defined in: @nimiq/core/types/wasm/web.d.ts:2639

Instantiates the given module, which can either be bytes or a precompiled WebAssembly.Module.

Parameters

module

Passing SyncInitInput directly is deprecated.

{ module: SyncInitInput; } | SyncInitInput

Returns

InitOutput

Built with the Nimiq Vitepress Theme
Copy page
Create issue