Skip to content

Code-signing entitlements needed for OSX #291

Answered by ncruces
ncruces asked this question in Q&A
Discussion options

You must be logged in to vote

The solution will be to document this as a requirement when developing any wazero application on macOS.

The entitlements appear to be as follows:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>com.apple.security.cs.allow-jit</key>
    <true/>
    <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
    <true/>
</dict>
</plist>

Replies: 1 comment 1 reply

Comment options

ncruces
Jul 9, 2025
Maintainer Author

You must be logged in to vote
1 reply
@ncruces
Comment options

ncruces Jul 9, 2025
Maintainer Author

Answer selected by ncruces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant