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 don't know how to replace timeout in a portable way (maybe using threads?).
I'm also not sure how to fix the BINARYEN_ROOT issue, basically the executable needs to find another executable in the same dir as it, is there a way to do that in C++?
I agree it would be good to add checks with better error messages and suggestions in the meanwhile.
I don't know how to replace timeout in a portable way (maybe using threads?).
I think that might be possibe with pthread?
I'm also not sure how to fix the BINARYEN_ROOT issue, basically the executable needs to find another executable in the same dir as it, is there a way to do that in C++?
Maybe you can extract base-dir from an argv[0] and put it into a global variable?
Hi, check out my experience using
wasm-reduce
:https://gist.github.com/pepyakin/79de4ac26d20adcd9db64bf85ef34cba
the problems I encountered:
timeout
is not installed on macOSwasm-opt
can't be found without explicit envBINARYEN_ROOT
.I think that just a few more checks and error messages would be great to ease the experience!
The text was updated successfully, but these errors were encountered: