mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
ApiDoc
This commit is contained in:
parent
f5e5d11af7
commit
6f64f957b2
@ -27,7 +27,7 @@ import de.inetsoftware.jwebassembly.wasm.StorageType;
|
||||
import de.inetsoftware.jwebassembly.wasm.ValueType;
|
||||
|
||||
/**
|
||||
* WasmInstruction for numeric operation.
|
||||
* WasmInstruction for an array operation.
|
||||
*
|
||||
* @author Volker Berlin
|
||||
*
|
||||
@ -39,7 +39,7 @@ class WasmArrayInstruction extends WasmInstruction {
|
||||
private final StorageType type;
|
||||
|
||||
/**
|
||||
* Create an instance of numeric operation.
|
||||
* Create an instance of an array operation.
|
||||
*
|
||||
* @param op
|
||||
* the array operation
|
||||
|
Loading…
x
Reference in New Issue
Block a user