mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
support "boolean" type
This commit is contained in:
parent
c7d4ed0998
commit
ba118b8531
@ -58,6 +58,7 @@ public class ValueTypeParser {
|
|||||||
case 'L':
|
case 'L':
|
||||||
idx = sig.indexOf( ';', idx ) + 1;
|
idx = sig.indexOf( ';', idx ) + 1;
|
||||||
return ValueType.anyref;
|
return ValueType.anyref;
|
||||||
|
case 'Z': // boolean
|
||||||
case 'B': // byte
|
case 'B': // byte
|
||||||
case 'C': // char
|
case 'C': // char
|
||||||
case 'S': // short
|
case 'S': // short
|
||||||
|
Loading…
x
Reference in New Issue
Block a user