mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-28 03:05:04 -06:00
612b93af1f
In the OPA ecosystem, there are a number of language SDKs for different general purpose languages, mostly integrating with the REST API. This PR highlights these at the start of the OPA ecosystem page, adds some other projects for completeness and clarifies the owner where more than one SDK for a language exists. Signed-off-by: Charlie Egan <charlie@styra.com>
21 lines
436 B
Markdown
21 lines
436 B
Markdown
---
|
|
title: Wasm Java Gradle SDK (sangkeon)
|
|
software:
|
|
- java
|
|
inventors:
|
|
- sangkeon
|
|
labels:
|
|
category: wasm
|
|
type: poweredbyopa
|
|
tutorials:
|
|
- https://github.com/sangkeon/java-opa-wasm#usage
|
|
code:
|
|
- https://github.com/sangkeon/java-opa-wasm
|
|
docs_features:
|
|
wasm-integration:
|
|
note: 'This project implements the OPA Wasm module interface in Java.
|
|
|
|
'
|
|
---
|
|
SDK to illustrate how to use Wasm compiled Rego policies from a Java application
|