This is a WasmEdge LFX mentorship pre-test for Enable JIT mode support for per-function compilation (https://github.com/WasmEdge/WasmEdge/issues/4516)
Mentee will submit two materials on the mentorship system:
The COVER LETTER should follow the given format listed below:
No format limit, you can put anything you want
Please show the answer about the following code snippet:
int result = 0; for (int x : {4, 2, 8, 5}) { if (x > 4) { result += x * x; } else { result -= x; } }
To proof you have the basic understand about the LLVM framework:
We would like to know what's your planing to finish this mentorship inside the mentorship timeline. You should disclosure if there is a event (such as mid-term or final exam) and the progress may be less than other week.