mattrglobal / pairing_crypto

A library for pairing based cryptography
Apache License 2.0
14 stars 7 forks source link

feat(wasm): switch to default allocator #88

Closed dev0x1 closed 1 year ago

dev0x1 commented 1 year ago

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.