mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
imported functions need of course a signature.
This commit is contained in:
parent
d2d6d363f1
commit
ab39801cf4
@ -297,7 +297,7 @@ public class TextModuleWriter extends ModuleWriter {
|
|||||||
writeTypeName( typeOutput, valueType );
|
writeTypeName( typeOutput, valueType );
|
||||||
typeOutput.append( ')' );
|
typeOutput.append( ')' );
|
||||||
}
|
}
|
||||||
if( !isPrepared ) {
|
if( methodOutput == null ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
methodOutput.append( '(' ).append( kind );
|
methodOutput.append( '(' ).append( kind );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user