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
hey @sirily11 are you able to share a reproducer for this? i.e. an executable that exhibits this behavior? This makes sense to me, but I just wanted to double-check.
I can stand up a PR adding that to the README, or you can put one up yourselves.
Yes, this document helped me fix my issue. I am building a simple Go application using this package for extensibility. The app crashed every time I ran it on another laptop, but it worked on mine.
Then I found this issue, attached the entitlement file, and performed the codesign on my host application:
Describe the bug
Without the appropriate codesign entitlements, OSX will kill any go processes attempting to compile a wasm file.
To Reproduce
Download a codesigned golang app utilising wazero that attempts to compile a wasm file.
The operating system will kill the process.
Expected behavior
It compiles and continues as normal.
Environment (please complete the relevant information):
Additional context
The solution will be to document this as a requirement when developing any wazero application on mac osx.
The entitlements appear to be as follows:
The text was updated successfully, but these errors were encountered: