wasmer icon indicating copy to clipboard operation
wasmer copied to clipboard

Implement a function to return the error code of a wasi_trap_t

Open fschutt opened this issue 3 years ago • 1 comments

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.

fschutt avatar Jan 02 '23 13:01 fschutt

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.

stale[bot] avatar May 03 '24 21:05 stale[bot]

Feel free to reopen the issue if it has been closed by mistake.

stale[bot] avatar Jun 08 '24 04:06 stale[bot]