mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
use getTypeForm()
This commit is contained in:
parent
b619d77ad1
commit
ace7c2cdfb
@ -31,7 +31,7 @@ abstract class TypeEntry extends SectionEntry {
|
||||
*/
|
||||
@Override
|
||||
final void writeSectionEntry( WasmOutputStream stream ) throws IOException {
|
||||
stream.writeValueType( ValueType.func );
|
||||
stream.writeValueType( getTypeForm() );
|
||||
writeSectionEntryDetails( stream );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user