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

Free WASM memory when JS-counterparts are garbage collected #10

Open
bobbinth opened this issue Aug 6, 2019 · 0 comments
Open

Free WASM memory when JS-counterparts are garbage collected #10

bobbinth opened this issue Aug 6, 2019 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@bobbinth
Copy link
Contributor

bobbinth commented Aug 6, 2019

There is currently no way to free memory consumed by WASM modules, so, periodic recreation of FiniteField objects is required to avoid memory leaks. This can be fixed by finalizers (once they become available in Node.js).

@bobbinth bobbinth added bug Something isn't working enhancement New feature or request labels Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant