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