public void close()

in shenyu-wasm-runtime/src/main/java/org/apache/shenyu/wasm/Module.java [78:83]


    public void close() {
        if (this.modulePointer != 0L) {
            this.nativeDrop(this.modulePointer);
            this.modulePointer = 0L;
        }
    }