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
Describe the bug
When you install wasmflow and wafl from source with make install, the resulting binaries get killed by the OS immediately after execution.
Actual behavior
Run
$ wafl --help
[1] 99190 killed wafl --help
Expected behavior
$ wafl --help
[actual wafl help]
To Reproduce
Run make install and then run either wafl or wasmflow
Describe the bug
When you install
wasmflow
andwafl
from source withmake install
, the resulting binaries get killed by the OS immediately after execution.Actual behavior
Run
Expected behavior
To Reproduce
Run
make install
and then run eitherwafl
orwasmflow
Environment:
Additional context
Seems to be related to https://apple.stackexchange.com/questions/258623/how-to-fix-killed-9-error-in-mac-os
The text was updated successfully, but these errors were encountered: