mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +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 ) {
|
||||
output.append( " $" ).append( field.name );
|
||||
}
|
||||
output.append( ' ' ).append( field.type.toString() ).append( ')' );
|
||||
output.append( " (mut " ).append( field.type.toString() ).append( "))" );
|
||||
}
|
||||
inset--;
|
||||
newline( output );
|
||||
|
Loading…
x
Reference in New Issue
Block a user