diff --git a/src/writing-policies/javascript.md b/src/writing-policies/javascript.md new file mode 100644 index 00000000000..77766d2edf4 --- /dev/null +++ b/src/writing-policies/javascript.md @@ -0,0 +1,11 @@ +# JavaScript + +JavaScript **cannot** be converted to WebAssembly, however +[Javy](https://github.com/Shopify/javy) can execute JavaScript code in a +WebAssembly embedded JavaScript runtime, powered by the +[QuickJS embedded JavaScript engine](https://github.com/bellard/quickjs). + +## Current State + +Currently there's no Kubewarden SDK for JavaScript. As of the time of writing, +Javy is a beta project that was only recently released.