loongs-zhang commented on issue #5427: URL: https://github.com/apache/shenyu/issues/5427#issuecomment-1951598604
The method name of Java calling WASM depends on the definition of the abstract class. More importantly, we use `org.apache.shenyu.plugin.wasm.api.loader.WasmLoader#getWasmExtern` to obtain the WASM function. So you can see the names below: For `AbstractWasmPlugin`, see `AbstractWasmPlugin#EXECUTE_METHOD_NAME`; For `AbstractShenyuWasmPlugin`, see `AbstractShenyuWasmPlugin#DO_EXECUTE_METHOD_NAME`; @Divyansh200102 -- 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]
