bisakhmondal commented on a change in pull request #5543:
URL: https://github.com/apache/apisix/pull/5543#discussion_r752027247



##########
File path: README.md
##########
@@ -146,6 +146,12 @@ A/B testing, canary release, blue-green deployment, limit 
rate, defense against
   - Custom load balancing algorithms: You can use custom load balancing 
algorithms during the `balancer` phase.
   - Custom routing: Support users to implement routing algorithms themselves.
 
+- **Multi-Language support**
+  - Apache APISIX is a multi-language gateway for plugin development and 
provides support via `WASM` and `RPC`.
+  ![Multi Language Support into Apache 
APISIX](docs/assets/images/apisix-multi-lang-support.png)
+  - The WASM or WebAssembly, is the modern way. If we look at the left part, 
APISIX can load and run WASM bytecode via APISIX wasm plugin, so developers 
only need to write the code according to the SDK and then compile it into a 
WASM bytecode file and put it in the APISIX folder. As of now, APISIX has 
support for Golang SDK and Rust SDK - more language SDKs will be supported in 
the future.

Review comment:
       Hi @membphis, one question - if the wasm plugin of apache apisix just 
runs the wasm bytecode why are we limited only to the Go and Rust? At the end 
of the day, it's the bytecode instructions that we need to run on wasm, right?
   
   https://webassembly.org/getting-started/developers-guide/
   
   This official URL shows the list of languages where the programs can e 
compiled for wasm virtual machine. Thanks




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to