This is a WasmEdge LFX mentorship pre-test for Extend sub-command of WasmEdge CLI tool (https://github.com/WasmEdge/WasmEdge/issues/4513)
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:
def collectNums(lists, threshold): result = 0 for x in lists: if x > threshold: threshold = x result += 2 * x return result print(collectNums([1, 3, 4, 2, 4, 7], 3))
To proof you have the basic understand about the C/C++ skills and WasmEdge C API:
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.