Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm: support ABI 1.2's one-call evaluation #63

Merged
merged 2 commits into from
Sep 13, 2021

Conversation

srenatus
Copy link
Contributor

Fixes #56.

@srenatus srenatus marked this pull request as ready for review July 28, 2021 08:33
src/opa.js Outdated
}

// ABI 1.2 fastpath
if (this.minorVersion == 2) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚧 TODO: make this >= 2.

Fixes #56.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This was a workaround.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
@srenatus srenatus merged commit 77ef816 into open-policy-agent:main Sep 13, 2021
@srenatus srenatus deleted the sr/abi-1.2 branch September 13, 2021 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support one-off call OPA Wasm ABI 1.2 feature
1 participant