blob: 7e9429545d0adf155cf8dfabb573f5acd31f2ab2 (
plain)
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
|
total
[exports] : 1
[funcs] : 1
[globals] : 0
[imports] : 0
[memories] : 0
[tables] : 0
[tags] : 0
[total] : 4
[vars] : 8194
Block : 1
Const : 1
LocalGet : 1
LocalSet : 1
total
[exports] : 1
[funcs] : 1
[globals] : 0
[imports] : 0
[memories] : 0
[tables] : 0
[tags] : 0
[total] : 4
[vars] : 1 -8193
Block : 1
Const : 1
LocalGet : 1
LocalSet : 1
(module
(type $0 (func (result i32)))
(export "foo" (func $0))
(func $0 (result i32)
(local $0 i32)
(local.set $0
(i32.const 0)
)
(local.get $0)
)
)
|