Commit 5104528
committed
refactor: remove wrt crate - eliminate 8,752 lines of duplicate code
Complete removal of the wrt facade crate which contained:
- 6,178 lines of duplicate runtime code (already in wrt-runtime)
- 830 lines of thin wrapper modules (just re-exports)
- 1,744 lines of dead/orphaned code (unused or disabled)
Changes:
- Delete entire wrt/ directory
- Remove wrt from workspace members and dependencies
- Update test imports to use wrt-runtime directly
- Fix wrt-tests, wrt-tests/integration, and wrtd Cargo.toml files
The specialized crates (wrt-runtime, wrt-component, wrt-foundation) are
now used directly, providing better layering and eliminating maintenance
burden of duplicate code paths.1 parent 7029a42 commit 5104528
File tree
62 files changed
+6
-16914
lines changed- wrt-tests
- integration
- memory
- wrtd
- wrt
- benches
- examples
- src
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+6
-16914
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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | | - | |
12 | | - | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
This file was deleted.
0 commit comments