initSync()

function initSync(module): InitOutput;

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

Parameters

ParameterTypeDescription
module| { module: SyncInitInput; } | SyncInitInputPassing SyncInitInput directly is deprecated.

Returns

InitOutput

© 2026 ByteLand Technology Limited