mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
set all fields mutable
This commit is contained in:
parent
ace7c2cdfb
commit
7f55b23c7a
@ -100,7 +100,7 @@ public class TextModuleWriter extends ModuleWriter {
|
|||||||
if( debugNames && field.name != null ) {
|
if( debugNames && field.name != null ) {
|
||||||
output.append( " $" ).append( field.name );
|
output.append( " $" ).append( field.name );
|
||||||
}
|
}
|
||||||
output.append( ' ' ).append( field.type.toString() ).append( ')' );
|
output.append( " (mut " ).append( field.type.toString() ).append( "))" );
|
||||||
}
|
}
|
||||||
inset--;
|
inset--;
|
||||||
newline( output );
|
newline( output );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user