client-side-assembler
main
@@ -971,7 +971,7 @@ export class Assembler {
}
func.body.push(...this.leb128(def_value));
} else {
func.body.push(value);
func.body.push(...this.leb128(value));
The note is not visible to the blocked user.