mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
implements invokespecial
This commit is contained in:
parent
7701ce6993
commit
2410694151
@ -529,7 +529,7 @@ class JavaMethodWasmCodeBuilder extends WasmCodeBuilder {
|
||||
//TODO case 180: // getfield
|
||||
//TODO case 181: // putfield
|
||||
//TODO case 182: // invokevirtual
|
||||
//TODO case 183: // invokespecial
|
||||
case 183: // invokespecial, invoke a constructor
|
||||
case 184: // invokestatic
|
||||
idx = byteCode.readUnsignedShort();
|
||||
ref = (ConstantRef)constantPool.get( idx );
|
||||
|
Loading…
x
Reference in New Issue
Block a user