We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebba031 commit a0fb0c4Copy full SHA for a0fb0c4
1 file changed
test/wasi.js
@@ -104,7 +104,7 @@ async function setupComponent(opts) {
104
throw new Error('no componentize options or src provided');
105
}
106
107
- const outputDir = join(tmpdir(), await mkdtemp('wasi-test'));
+ const outputDir = join('./out', 'wasi-test');
108
await mkdir(outputDir, { recursive: true });
109
110
await writeFile(join(outputDir, 'wasi.component.wasm'), component);
0 commit comments