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
I would like to avoid explicitly including the exception handling runtime header since my WebAssembly module is not using the exceptions handling extension.
The text was updated successfully, but these errors were encountered:
I was trying out
wasm_rt_impl_try
from thewasm-rt-impl.h
header when I got the following error:Perhaps there is a missing include in
wasm-rt-impl.h
,or perhaps the sample in my code needs to be adapted to something like this?
I would like to avoid explicitly including the exception handling runtime header since my WebAssembly module is not using the exceptions handling extension.
The text was updated successfully, but these errors were encountered: