-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.size-limit.json
More file actions
59 lines (59 loc) · 1.11 KB
/
.size-limit.json
File metadata and controls
59 lines (59 loc) · 1.11 KB
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
[
{
"name": "WASM ReleaseSmall - Full Bundle",
"path": "wasm/primitives.wasm",
"limit": "350 KB"
},
{
"name": "WASM ReleaseFast - Full Bundle",
"path": "wasm/primitives-fast.wasm",
"limit": "2.5 MB"
},
{
"name": "Keccak256 WASM",
"path": "wasm/keccak256.wasm",
"limit": "300 KB"
},
{
"name": "Address - JS",
"path": "src/primitives/Address/index.js",
"import": "{ Address }",
"limit": "5 KB"
},
{
"name": "Hex - JS",
"path": "src/primitives/Hex/index.js",
"import": "{ Hex }",
"limit": "3 KB"
},
{
"name": "Uint - JS",
"path": "src/primitives/Uint/index.js",
"import": "{ Uint256 }",
"limit": "10 KB"
},
{
"name": "Hash - JS",
"path": "src/primitives/Hash/index.js",
"import": "{ Hash }",
"limit": "5 KB"
},
{
"name": "Transaction - JS",
"path": "src/primitives/Transaction/index.js",
"import": "{ Transaction }",
"limit": "15 KB"
},
{
"name": "RLP - JS",
"path": "src/primitives/Rlp/index.js",
"import": "{ Rlp }",
"limit": "8 KB"
},
{
"name": "ABI - JS",
"path": "src/primitives/Abi/index.js",
"import": "{ Abi }",
"limit": "20 KB"
}
]