Remove wee_alloc as it's unsuitable for this use case and OOMs

This commit is contained in:
Andras Schmelczer 2025-01-03 18:21:56 +00:00
parent c0b824796f
commit 875592deda
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 17 additions and 50 deletions

View file

@ -20,8 +20,6 @@ thiserror = { workspace = true }
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }
wee_alloc = { version = "0.4.5", optional = true }
[dev-dependencies]
wasm-bindgen-test = "0.3.34"