From de3c2c226b0cc565fc559f6aeb9542b47e6a8e92 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Mon, 2 Dec 2024 09:26:53 +0000 Subject: [PATCH] add opa-java-wasm Signed-off-by: Andrea Peruffo --- .../content/integrations/opa-java-wasm.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/website/content/integrations/opa-java-wasm.md diff --git a/docs/website/content/integrations/opa-java-wasm.md b/docs/website/content/integrations/opa-java-wasm.md new file mode 100644 index 00000000000..32a4f6bf54b --- /dev/null +++ b/docs/website/content/integrations/opa-java-wasm.md @@ -0,0 +1,18 @@ +--- +title: Java OPA Wasm SDK (Styra) +software: +- java +labels: + category: wasm + type: poweredbyopa +code: +- https://github.com/StyraInc/opa-java-wasm +- https://central.sonatype.com/artifact/com.styra.opa/opa-java-wasm +tutorials: +- https://github.com/StyraInc/opa-java-wasm?tab=readme-ov-file#getting-started +inventors: +- andreaTP +--- + +A Java SDK for using WebAssembly(wasm) compiled Open Policy Agent (OPA) policies powered by Chicory, +a zero dependencies Java Wasm interpreter.