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