You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally, it was parsed out manually because the svm.platform property
was read before parsing option.
This no longer seems the case and we can use the
NativeImageClassLoaderPostProcessing SPI to set the property after the
hosted options are parsed and before the property is read to create the
platform.
Copy file name to clipboardExpand all lines: web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/NativeImageWasmGeneratorRunner.java
Copy file name to clipboardExpand all lines: web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/options/WebImageOptions.java
+9
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,15 @@ public static final class DebugOptions {
@Option(help = "Report the code sizes of different parts of the generated JavaScript image. If the closure compiler is applied, this instruments the generated javascript code by injecting labels.")//
0 commit comments