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

Commit dd49a16

Browse files
authored
Merge pull request #80 from rustwasm/fitzgen-patch-1
Don't enable `wee_alloc` by default
2 parents 8002776 + 460f87d commit dd49a16

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)