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

[Merged by Bors] - Removed wee-alloc to fix memory leak #334

Closed
wants to merge 1 commit into from

Conversation

simlay
Copy link
Contributor

@simlay simlay commented May 3, 2022

I think this closes #305.

rustwasm/wee_alloc#106 is the most likely issue.

@simlay simlay requested a review from morenol May 3, 2022 17:49
@@ -1,5 +1,9 @@
[build]
target = "wasm32-unknown-unknown"

[target.'cfg(target_arch = "wasm32")']
runner = 'wasm-bindgen-test-runner'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this as it's not used in CI but moving to wasm-bindgen-test-runner (via cargo install wasm-bindgen-cli) may not be a bad idea.

@morenol
Copy link
Contributor

morenol commented May 3, 2022

bors r+

bors bot pushed a commit that referenced this pull request May 3, 2022
I think this closes #305.

rustwasm/wee_alloc#106 is the most likely issue.
@bors
Copy link

bors bot commented May 3, 2022

Build failed:

@simlay
Copy link
Contributor Author

simlay commented May 3, 2022

bors retry

bors bot pushed a commit that referenced this pull request May 3, 2022
I think this closes #305.

rustwasm/wee_alloc#106 is the most likely issue.
@bors
Copy link

bors bot commented May 3, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Removed wee-alloc to fix memory leak [Merged by Bors] - Removed wee-alloc to fix memory leak May 3, 2022
@bors bors bot closed this May 3, 2022
@bors bors bot deleted the fun-with-memory-profiling branch May 3, 2022 19:07
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.

Running the client for prolonged periods of time freezes Firefox.
2 participants