Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel execution in rln-wasm #55

Open
richard-ramos opened this issue Sep 27, 2022 · 0 comments · May be fixed by #109
Open

Parallel execution in rln-wasm #55

richard-ramos opened this issue Sep 27, 2022 · 0 comments · May be fixed by #109
Labels
track:zerokit Zerokit track (Applied ZK/Explorations)

Comments

@richard-ramos
Copy link
Member

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:

Something to take in account that any changes done here must be tested in https://github.com/waku-org/js-rln

@richard-ramos richard-ramos added the track:zerokit Zerokit track (Applied ZK/Explorations) label Sep 27, 2022
This was referenced Jan 9, 2023
@rahulghangas rahulghangas linked a pull request Feb 1, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
track:zerokit Zerokit track (Applied ZK/Explorations)
Projects
Status: Later/Icebox
Development

Successfully merging a pull request may close this issue.

1 participant