You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to trace the system calls or ABI calls made by the app running in the wasmer runtime?
If there isn't a built solution in wasmer, how can i do that ?
I've tried to search a solution for that but didn't find it yet.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
You can get a wasmer run --debug flag that will output wasi-syscall related information, but you'll have to compile yourself to enable the optional feature.
Is there a way to trace the system calls or ABI calls made by the app running in the wasmer runtime?
If there isn't a built solution in wasmer, how can i do that ?
I've tried to search a solution for that but didn't find it yet.
Thanks in advance.
The text was updated successfully, but these errors were encountered: