You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently multithreading support in rln-wasm is disabled by not using the parallel feature, due to the following error:
The global thread pool has not been initialized.: ThreadPoolBuildError { kind: IOError(Error { kind: Unsupported, message: "operation not supported on this platform"
Some changes in code might be required to support multithreading in the browser. Here are some resources to explore:
Currently multithreading support in rln-wasm is disabled by not using the
parallel
feature, due to the following error:Some changes in code might be required to support multithreading in the browser. Here are some resources to explore:
Something to take in account that any changes done here must be tested in https://github.com/waku-org/js-rln
The text was updated successfully, but these errors were encountered: