Open
Description
As-is the SDK has a few builtins added:
And the list that OPA includes baked into the WASM binary is increasing, current list at: https://github.com/open-policy-agent/opa/blob/master/internal/planner/planner.go#L26
But there are still a number of missing ones (ex: #22 ).
Before we do anything we need to identify what functions are missing, and how we want to stay in sync with OPA. Over time it will include more builtins, so we will need to slowly deprecate and remove the ones we provide in the javascript SDK. We should figure out a plan for that..
We also need to document any missing functions to help users of the SDK understand what they can and cannot do with the SDK in its current form.