Stream: wamr

Topic: wamrc output format


view this post on Zulip Mats Brorsson (Oct 26 2023 at 08:48):

Is there a simple way to inspect the output of wamrc (AOT compiler)? I'd like see the resulting code.

view this post on Zulip Mats Brorsson (Oct 30 2023 at 10:17):

Mats Brorsson said:

Is there a simple way to inspect the output of wamrc (AOT compiler)? I'd like see the resulting code.

I tried using objdump but the file format was not recognized.

view this post on Zulip Jun Xu (Oct 30 2023 at 14:25):

Hi, you can use format=object option to generate an object file (elf), then you can use objdump to see the content.


Last updated: Oct 23 2024 at 20:03 UTC