Skip to content
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 4 replies

Comment options

ncruces
Jul 9, 2025
Maintainer Author

You must be logged in to vote
4 replies
@ncruces
Comment options

ncruces Jul 9, 2025
Maintainer Author

@gesellix
Comment options

@ncruces
Comment options

ncruces Aug 27, 2025
Maintainer Author

@gesellix
Comment options

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
2 participants