protected Exports()

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


    protected Exports(final Instance instance) {
        this.inner = new HashMap<>();
        this.instance = instance;
    }