mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
use the functions manager for the static flag for more flexibility on method replace
This commit is contained in:
parent
d103f97c04
commit
e0c258b6ab
@ -434,7 +434,7 @@ public class ModuleGenerator {
|
||||
return;
|
||||
}
|
||||
writeExport( name, method );
|
||||
writeMethodImpl( name, method.isStatic(), codeBuilder );
|
||||
writeMethodImpl( name, functions.isStatic( name ), codeBuilder );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user