Skip to content

Commit 166b88f

Browse files
authored
Fix wasm2wat demo (#2722)
This was broken by #2721
1 parent 3fb9d42 commit 166b88f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/demo/wasm2wat/demo.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ editorContainer.ondrop = function(e) {
5555
return;
5656
}
5757
readAndCompileFile(file);
58-
} let fileBuffer = null;
58+
};
59+
60+
let fileBuffer = null;
5961
renderFeatures(wabt, features, () => {
6062
saveLocalStorageFeatures(features);
6163
compile(fileBuffer);

0 commit comments

Comments
 (0)