Skip to content

Commit 295a404

Browse files
author
Pat Hickey
committed
many arguments host.ts: i have no idea why this fixes broken CI, but it does
1 parent e701dc7 commit 295a404

File tree

1 file changed

+1
-1
lines changed
  • tests/runtime/many_arguments

1 file changed

+1
-1
lines changed

tests/runtime/many_arguments/host.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function run() {
5252
},
5353
};
5454
let instance: WebAssembly.Instance;
55-
addImportsToImports(importObj, imports, name => instance.exports[name]);
55+
addImportsToImports(importObj, imports);
5656
const wasi = addWasiToImports(importObj);
5757

5858
const wasm = new Exports();

0 commit comments

Comments
 (0)