blob: 2ace10db9687debefe59c11c447cf81631e4a916 (
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
|
.text
.file "export_malloc_free.bc"
.hidden main
.globl main
.type main,@function
main:
.result i32
i32.const $push0=, 0
.endfunc
.Lfunc_end1:
.size main, .Lfunc_end1-main
.weak malloc
.type malloc,@function
malloc:
.param i32
.result i32
i32.const $push0=, 0
.endfunc
.Lfunc_end20:
.size malloc, .Lfunc_end20-malloc
.weak free
.type free,@function
free:
.param i32
.endfunc
.Lfunc_end21:
.size free, .Lfunc_end21-free
.weak realloc
.type realloc,@function
realloc:
.param i32, i32
.result i32
i32.const $push0=, 0
.endfunc
.Lfunc_end22:
.size realloc, .Lfunc_end22-free
|