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 a526c8d commit eddb3f0Copy full SHA for eddb3f0
src/test/run-make/wasm-export-all-symbols/verify.js
@@ -17,7 +17,7 @@ for (const entry of list) {
17
if (entry.kind == 'global'){
18
nexports_global += 1;
19
}
20
- my_exports[entry.name] = true;
+ my_exports[entry.name] = true;
21
22
23
if (my_exports.foo === undefined)
0 commit comments