async function initWasm()

in src/renderers/webgl/utils/DataWorker.ts [6:8]


async function initWasm() {
    wasmModule = await loadWasm();
}