Does creating custom OPA image with some plugins makes WASM unavailable? #296
Unanswered
dushyant7917
asked this question in
Wasm
Replies: 1 comment 6 replies
-
You'll need to pass the same flags as are passed in the upstream build. Notably, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use a custom version of OPA, compiled by us making use of the plugin feature. But it doesn't have WASM support although the default image has WASM support available.
Output for custom image
./opa version
Output for default image
./opa version
Beta Was this translation helpful? Give feedback.
All reactions