opa-wasm 0.2.1

A crate to use OPA policies compiled to WASM.
Documentation
1
2
3
4
build-opa:
	ls tests/fixtures/*.rego | xargs -I {} opa build {} -t wasm -e fixtures -o {}.tar.gz
clean-opa:
	rm tests/fixtures/*.tar.gz