diff --git a/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java b/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java index dd71a57..141b1b5 100644 --- a/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java +++ b/src/de/inetsoftware/jwebassembly/module/WasmCodeBuilder.java @@ -524,6 +524,8 @@ public abstract class WasmCodeBuilder { * reference to a static field * @param type * the type of the static field + * @param clinit + * a reference to the class/static constructor which should executed before access a static field * @param javaCodePos * the code position/offset in the Java method * @param lineNumber