Commit da9e083
Remove unmaintained wee_alloc dependency (#2245)
* Remove unmaintained wee_alloc dependency
Switch flow-web crate from wee_alloc to Rust's default allocator for
wasm32 targets. The wee_alloc crate is unmaintained and the default
allocator now provides better performance and maintenance.
Changes:
- Remove wee_alloc dependency from workspace Cargo.toml
- Remove wee_alloc feature from flow-web/Cargo.toml
- Remove wee_alloc global allocator setup from flow-web/src/lib.rs
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* bump flow-web version to 0.5.15
* update cargo.lock
---------
Co-authored-by: Claude <[email protected]>1 parent 43e35ec commit da9e083
4 files changed
+2
-33
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | 215 | | |
220 | 216 | | |
221 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
| |||
0 commit comments