From 80a83f896ed12e7efe3306a0ca1268eb6d27becc Mon Sep 17 00:00:00 2001 From: Calvin Prewitt Date: Sun, 3 Nov 2024 08:28:51 -0600 Subject: [PATCH] updated test --- test/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli.js b/test/cli.js index d6ca48625..7860e38c5 100644 --- a/test/cli.js +++ b/test/cli.js @@ -145,7 +145,7 @@ export async function cliTest(_fixtures) { ); const m = await import(`${outDir}/${name}.js`); const inst = await m.instantiate( - (fileName) => readFile(`${outDir}/${fileName}`).then((file) => WebAssembly.compile(file)), + undefined, { 'something:test/test-interface': { callAsync: async () => "called async",