private Function generateFunctionWrapper()

in shenyu-wasm-runtime/src/main/java/org/apache/shenyu/wasm/Exports.java [114:116]


    private Function generateFunctionWrapper(final String functionName) {
        return this.functionWrapperGenerator.apply(functionName);
    }