Skip to content
Sheetwrite

Sheetwrite / Documentation

initSync@sheetwrite/wasm

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

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

Declaration

function initSync(
module:
| {
module: SyncInitInput;
}
| SyncInitInput,
): InitOutput