We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9ea1f commit 5eb6f9aCopy full SHA for 5eb6f9a
src/de/inetsoftware/jwebassembly/module/ModuleGenerator.java
@@ -278,7 +278,7 @@ public void prepareFinish() throws IOException {
278
do {
279
scanFunctions();
280
functCount = functions.size(); // scan the functions can find new needed types
281
- //TODO static code disabled: scanForClinit();
+ scanForClinit();
282
types.scanTypeHierarchy( classFileLoader ); // scan the type hierarchy can find new functions
283
} while( functCount < functions.size() );
284
0 commit comments