Can I provide data to a wasm file build? #569
Unanswered
shkup
asked this question in
OPA and Rego
Replies: 1 comment 1 reply
-
That's not possible right now. But the idea makes sense, perhaps some SDK could implement that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I create a regular bundle file I can provide both
rego
and datajson
.Can I do the same with
wasm
build command?How can I add a data file to this:
opa build -t wasm -e example/allow example.rego
Beta Was this translation helpful? Give feedback.
All reactions