I am wondering if the compilation result is always the same for a given target platform and compilation options when compiling a WASM application. Specifically, if I use the same version (commit ID) of wamrc, will the resulting AoT file be the same when compiling a WASM file on an x86 machine running Ubuntu 20.04 compared to a RISC-V machine running Ubuntu 20.04? Additionally, does the operating system used for compilation have any influence on the result? Could you provide some examples of factors that may influence the compilation result?
Thank you for your time and expertise in advance.