mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +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 );
|
||||
typeOutput.append( ')' );
|
||||
}
|
||||
if( !isPrepared ) {
|
||||
if( methodOutput == null ) {
|
||||
return;
|
||||
}
|
||||
methodOutput.append( '(' ).append( kind );
|
||||
|
Loading…
x
Reference in New Issue
Block a user