该页面暂无翻译,已显示英文版本。
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. |