about summary refs log tree commit diff stats
path: root/tools/treeshake_translate
Commit message (Collapse)AuthorAgeFilesLines
* clean up treeshaking support for baremetalKartik K. Agaram2021-10-301-8/+0
| | | | | | | | | Check minified sizes by running: tools/translate_minified _files_ ls -l a.bin qemu-system-i386 code.img What I had before was for the linux/ version.
* 5899Kartik Agaram2020-01-191-1/+1
|
* 5796 - move treeshake to a new tools/ directoryKartik Agaram2019-12-071-0/+8
sion' href='/akkartik/mu/blame/html/subx/061error.subx.html?h=main&id=ef31035a9f41ec38bb4e11a18770c3cf2d8eba09'>^
7cb326df ^
ac07e589 ^
0eb0f696 ^

ac07e589 ^

08a0eed6 ^
0eb0f696 ^
ac07e589 ^
60338448 ^
ce2c1efc ^
e0610e39 ^
60338448 ^
ac07e589 ^
60338448 ^
ac07e589 ^
0eb0f696 ^















ce2c1efc ^
0eb0f696 ^















c8a3ccbe ^
0eb0f696 ^







e99038ea ^
2104d1a7 ^
b1635a5c ^
33352536 ^

e99038ea ^


33352536 ^
e99038ea ^


33352536 ^
e99038ea ^

33352536 ^

e99038ea ^


33352536 ^
4a4a392d ^
e99038ea ^

33352536 ^
e99038ea ^


33352536 ^
e99038ea ^


33352536 ^
e99038ea ^
60338448 ^
e99038ea ^

b1635a5c ^
33352536 ^

e99038ea ^


0eb0f696 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113