mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
use real type code for arrays
This commit is contained in:
parent
1c84eac0dc
commit
71b28f1d47
@ -100,15 +100,6 @@ public class ArrayType extends StructType {
|
|||||||
return componentClassIndex;
|
return componentClassIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritDoc}
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
public int getCode() {
|
|
||||||
// until there is a real type definition we will define write it as externref
|
|
||||||
return ValueType.externref.getCode();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user