Stream: wamr

Topic: run AOT,JIT and interpreted


view this post on Zulip pino (Feb 11 2026 at 10:35):

Hi, I'm currently working on a benchmarking project for which I would like to compare the runtimes between AOT, JIT, and interpreted, using wamr (as well as wasmtime). Unfortunately I was not able to find the documentation on how to run my benchmarks AOT/JIT/interpreted specifically.

How can I specify the code execution model?


Last updated: Feb 24 2026 at 04:36 UTC