initSync()
function initSync(module): InitOutput;
Instantiates the given module, which can either be bytes or
a precompiled WebAssembly.Module.
Parameters
| Parameter | Type | Description |
|---|---|---|
module | | { module: SyncInitInput; } | SyncInitInput | Passing SyncInitInput directly is deprecated. |