public ByteBuffer buffer()

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


    public ByteBuffer buffer() {
        this.nativeMemoryView(this, this.memoryPointer);
        
        return this.buffer;
    }