web-csv-toolbox - v0.14.0
    Preparing search index...

    Function isWASMReady

    • Check if WASM module is ready.

      Returns boolean

      True if WASM is initialized

      import { isWASMReady } from 'web-csv-toolbox';

      if (isWASMReady()) {
      console.log('WASM is ready');
      }