wasm-micro-runtime/core/iwasm/include
Andy 1465901f6f
Create trap for error message when wasm_instance_new fails (#1751)
Create trap for error message when wasm_instance_new fails:
- Similar to [this PR](https://github.com/bytecodealliance/wasm-micro-runtime/pull/1526),
   but create a wasm_trap_t to output the error msg instead of adding error_buf to the API.
- Trap will need to be deleted by the caller but is not a breaking change as it is only
   created if trap is not NULL.
- Add error messages for all failure cases here, try to make them accurate but welcome
  feedback for improvements.

Signed-off-by: Andrew Chambers <ncham@amazon.com>
2022-11-25 17:45:19 +08:00
..
aot_export.h Add control for the native stack check with hardware trap (#1682) 2022-11-07 18:26:33 +08:00
lib_export.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
wasm_c_api.h Create trap for error message when wasm_instance_new fails (#1751) 2022-11-25 17:45:19 +08:00
wasm_export.h Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00