Feature request
// Due to a bug in onnxruntime-web, we must disable multithreading for now.
// See [Web] chrome V3 extension TypeError: URL.createObjectURL is not a function · Issue #14445 · micros for more information.
env.backends.onnx.wasm.numThreads = 1;
the issue of microsoft/onnxruntime#14445 was closed.
Is it possible to enable multi-threading for onnxruntime-web with WASM?
Motivation
update the onnxruntime-web version to support the multithreads
Your contribution
no