mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
![]() Enable setting running mode when executing a wasm bytecode file - Four running modes are supported: interpreter, fast-jit, llvm-jit and multi-tier-jit - Add APIs to set/get the default running mode of the runtime - Add APIs to set/get the running mode of a wasm module instance - Add running mode options for iwasm command line tool And add size/opt level options for LLVM JIT |
||
---|---|---|
.. | ||
cg | ||
fe | ||
asmjit_sgx_patch.diff | ||
iwasm_fast_jit.cmake | ||
jit_codecache.c | ||
jit_codecache.h | ||
jit_codegen.c | ||
jit_codegen.h | ||
jit_compiler.c | ||
jit_compiler.h | ||
jit_dump.c | ||
jit_dump.h | ||
jit_frontend.c | ||
jit_frontend.h | ||
jit_ir.c | ||
jit_ir.def | ||
jit_ir.h | ||
jit_regalloc.c | ||
jit_utils.c | ||
jit_utils.h |