wasm-micro-runtime/core/iwasm
Wenyong Huang 4b0d6083a3
Enable lazy Orc JIT feature (#732)
The feature is disabled by default, to enable it, please use
`cmake -DWAMR_BUILD_JIT=1 -DWAMR_BUILD_LAZY_JIT=1`
to build iwasm.
2021-09-07 11:39:57 +08:00
..
aot Enable lazy Orc JIT feature (#732) 2021-09-07 11:39:57 +08:00
common Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
compilation Enable lazy Orc JIT feature (#732) 2021-09-07 11:39:57 +08:00
include Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
interpreter Appease some UBSan complaints (#720) 2021-09-04 10:09:30 +08:00
libraries Fix a build on alpine, whose libc is musl (#726) 2021-09-07 10:03:54 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00