Check if WASM module is ready.
True if WASM is initialized
import { isWASMReady } from 'web-csv-toolbox';if (isWASMReady()) { console.log('WASM is ready');} Copy
import { isWASMReady } from 'web-csv-toolbox';if (isWASMReady()) { console.log('WASM is ready');}
Check if WASM module is ready.