WasmEdge LFX Mentorship Pre-test

This is a WasmEdge LFX mentorship pre-test for Extend sub-command of WasmEdge CLI tool (https://github.com/WasmEdge/WasmEdge/issues/4513)

Submission Requirements

Mentee will submit two materials on the mentorship system:

  1. RESUME
  2. COVER LETTER

Cover Letter Format

The COVER LETTER should follow the given format listed below:


The Original Cover Letter

No format limit, you can put anything you want

Check List

Pre-test 1

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))

Pre-test 2

To proof you have the basic understand about the C/C++ skills and WasmEdge C API:

  1. Refer to the Fibonacci example in WASM.
  2. Instead of running it by WasmEdge CLI, please write the C/C++ code of using WasmEdge C API to trigger the CLI tool to run the WASM.
  3. Both the screenshot image of the execution result and the soure code (.cpp format) should be attached here.

Your Proposal

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.