mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
09acbbdc7f
These changes add a build command that writes out a policy.wasm file by compiling an input query to WASM. These changes also add a simple compile interface to the rego package. Signed-off-by: Torin Sandall <torinsandall@gmail.com>
16 lines
161 B
Plaintext
16 lines
161 B
Plaintext
# development environment
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
|
|
# build artifacts
|
|
coverage
|
|
opa_*
|
|
.Dockerfile_*
|
|
_release
|
|
site.tar.gz
|
|
policy.wasm
|
|
|
|
# runtime artifacts
|
|
policies
|