|
|
пре 2 месеци | |
|---|---|---|
| .. | ||
| README.md | пре 2 месеци | |
| build_wamrc.md | пре 2 месеци | |
In this chapter, we provide a detailed tutorial on how to build iwasm vmcore and wamrc.
Our powerful iwasm vmcore provide various running mode you could choose using the compile CMake option. Here is the matrix for different running mode and their attributes:
| Running mode | CMake build options | Pros and Cons |
|---|---|---|
| AOT | none(default) | |
| Classic Interpreter | -DWAMR_BUILD_FAST_INTERP=0 | |
| Fast Interpreter | none(default) | |
| LLVM JIT | -DWAMR_BUILD_JIT=1 | |
| Fast JIT | -DWAMR_BUILD_FAST_JIT=1 |
Here is a list of architectures and platforms WAMR support. You could click on the link for quick reference.
The iwasm supports the following architectures:
The following platforms are supported. Click each link below for how to build iwasm on that platform. Refer to WAMR porting guide for how to port WAMR to a new platform.