wasmer
wasmer copied to clipboard
Implement a function to return the error code of a wasi_trap_t
Currently if we call wasm_func_call on the _start function, we need to have a way to check whether the exit code exited with 0, as it's currently the case for WASI.
own wasm_trap_t *trap = wasm_func_call(start_function, &args, &results);
This should be done in the 3.2.0-beta release so that we can link to the new API in the 3.2.0 release.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Feel free to reopen the issue if it has been closed by mistake.