Commit a98aeea
committed
refactor(uv-trampoline): use PE resources to store trampoline type + path to python binary
`.rsrc` is the idiomatic way of storing metadata and non-code resources in PE
binaries. This should make the resulting binaries more robust as they are no longer
dependent on the exact location of a certain magic number.
Addresses: #150221 parent 60ddadd commit a98aeea
File tree
10 files changed
+553
-396
lines changed- crates
- uv-trampoline-builder
- src
- uv-trampoline
- src
- trampolines
10 files changed
+553
-396
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 | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | | - | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
0 commit comments