Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 460f87d

Browse files
authored
Don't enable wee_alloc by default
`wee_alloc` requires nightly for wasm, but none of the rest of the toolchain does, so we should not enable the feature by default. See rustwasm/wee_alloc#57 for details
1 parent 8002776 commit 460f87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ features = [
3737
]
3838

3939
[features]
40-
default-features = ["console_error_panic_hook", "wee_alloc"]
40+
default-features = ["console_error_panic_hook"]

0 commit comments

Comments
 (0)