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

feat(wasm): switch to default allocator #88

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Conversation

dev0x1
Copy link
Contributor

@dev0x1 dev0x1 commented Sep 26, 2022

As flagged by dependabot, it seems wee_alloc is not maintained. So switching to default std allocator. As of now, there is no production-ready alternative for a small code size allocator as wee_alloc, we need to keep an eye on such allocator and make it available as an addiotional allocator in our crate.

@tplooker tplooker merged commit dcc3220 into master Sep 26, 2022
@tplooker tplooker deleted the gaurav/wee-alloc branch September 26, 2022 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants