Report and handle wasm3 errors #5

Closed
opened 2023-06-26 09:50:01 +00:00 by MartinFouilleul · 1 comment
Collaborator

Make sure errors returned by wasm3 are correctly reported:

  • Report compilation errors and abort
  • Mark some handlers as required (i.e. OnInit(), OnFrame()), report and abort if they're not found
  • Report and abort on trapping during the execution of handlers.
Make sure errors returned by wasm3 are correctly reported: * Report compilation errors and abort * Mark some handlers as required (i.e. `OnInit()`, `OnFrame()`), report and abort if they're not found * Report and abort on trapping during the execution of handlers.
bvisness added this to the Jam MVP milestone 2023-07-04 21:25:37 +00:00
Author
Collaborator

e4d9955e83 adds dialog box asserts and aborts when failing to load wasm module or when trapping on runtime error, and reports wasm3 failure messages.

e4d9955e83 adds dialog box asserts and aborts when failing to load wasm module or when trapping on runtime error, and reports wasm3 failure messages.
Sign in to join this conversation.
No Label
macOS
windows
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hmn/orca#5
No description provided.