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

fix: upgrade wasmer 0.17 to fix memory leak #4411

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

matklad
Copy link
Contributor

@matklad matklad commented Jun 24, 2021

See near/wasmer@aa57388 for the actual fix in wasmer. It is published as https://crates.io/crates/wasmer-runtime-core-near/0.17.3.

Test Plan

Testing for memory leaks is a bit hard, as we don't already use asan. So I just verified manually that the node leaks without this patch and dosen't leak with this patch. Old test help to make sure that, functionally, the node behaves the same.

@bowenwang1996 bowenwang1996 merged commit f89da09 into near:master Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants