mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
3486b52038
The `opa_wasm` build flag triggers if WASM is available, but the version logic was determining it using the `cgo` build flag. Since it's possible to build with cgo enabled, and wasm disabled, the output could end up being wrong. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>