kubewarden / cel-policy

A policy that can run CEL expressions
Apache License 2.0
3 stars 5 forks source link

chore: install wasm-opt automatically #79

Closed jvanz closed 1 month ago

jvanz commented 1 month ago

Description

Updates the Makefile to install the wasm-opt command automatically in the bin directory. Following a similar approach to the go linter. Therefore, the user does not need to install it manually.

fabriziosestito commented 1 month ago

I've mixed feelings about that, since I install wasm-opt via binaryen and keep the whole binaryen package updated via package manager.

I fear this binary could become stale over the time

@flavio @jvanz, not a strong opinion but I would also try to avoid maintaining another tool version as it doesn't change so much.

jvanz commented 1 month ago

Fair enough. Closing this.