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

Remove wee_alloc dependency, use builtin allocator instead #595

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

Dentosal
Copy link
Member

@Dentosal Dentosal commented Oct 2, 2023

Closes #518

Everything seems to be working wihtout it as well.

@Dentosal Dentosal added the fuel-asm Related to the `fuel-asm` crate. label Oct 2, 2023
@Dentosal Dentosal self-assigned this Oct 2, 2023
@Dentosal Dentosal marked this pull request as ready for review October 2, 2023 15:47
@Dentosal Dentosal requested a review from a team October 2, 2023 15:47
@xgreenx
Copy link
Collaborator

xgreenx commented Oct 2, 2023

We started to use the wee allocator because it reduced the size of WASM binary in for 30-40%

xgreenx
xgreenx previously approved these changes Oct 2, 2023
@Dentosal
Copy link
Member Author

Dentosal commented Oct 2, 2023

I wonder what's the impact now? How did we measure it before, i.e. what's the crate that was used to generate the wasm blob?

@Dentosal Dentosal added this pull request to the merge queue Oct 2, 2023
Merged via the queue into master with commit b68b22a Oct 2, 2023
37 checks passed
@Dentosal Dentosal deleted the dento/remove-wee-alloc branch October 2, 2023 17:24
@xgreenx xgreenx mentioned this pull request Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuel-asm Related to the `fuel-asm` crate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RUSTSEC-2022-0054: wee_alloc is Unmaintained
2 participants