internal
Internal/transitive entry point; application code normally does not import it directly. Import this entry point as @sheetwrite/wasm.
Source entry: packages/wasm/loader.d.ts
Exported symbols
Classes 5
CellOutResult of a single-cell read.
CellStoreThe workbook-wide store: every sheet, one string pool.
DistinctColumnDistinct-value scan result for one column: parallel kind/number/text arrays whose buffers are surrendered once through the take accessors.
RangeSnapshotOpaque, store-local history payload for one dense rectangular cell block.
WindowViewA bulk window of resolved cells, row-major over nrows x ncols.
Functions 3
initSyncInstantiates the given module, which can either be bytes or a precompiled WebAssembly.Module.
isLoadedWhether the WASM module has finished initializing.
loadInitialize the WASM module.