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 1cacc35 commit 2510ae7Copy full SHA for 2510ae7
1 file changed
src/compiler.ts
@@ -7092,7 +7092,7 @@ export class Compiler extends DiagnosticEmitter {
7092
let stmts = new Array<ExpressionRef>();
7093
let sizeTypeRef = this.options.sizeTypeRef;
7094
7095
- if (!allTrivial){
+ if (!allTrivial) {
7096
let functionArgLocal = this.currentFlow.getTempLocal(this.options.usizeType);
7097
let functionArgSetExpr = module.local_set(functionArgLocal.index, functionArg, true);
7098
stmts.push(functionArgSetExpr);
0 commit comments