Interface WasmMemoryAccess

All Known Implementing Classes:
WasmLoadFloat32, WasmLoadFloat64, WasmLoadInt32, WasmLoadInt64, WasmStoreFloat32, WasmStoreFloat64, WasmStoreInt32, WasmStoreInt64

public interface WasmMemoryAccess
  • Method Details

    • getIndex

      WasmExpression getIndex()
    • setIndex

      void setIndex(WasmExpression index)
    • getOffset

      int getOffset()
    • setOffset

      void setOffset(int offset)