Skip to content

Commit 179a037

Browse files
Jake ChampionJakeChampion
authored andcommitted
fix the dir
1 parent ccc2c86 commit 179a037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compileApplicationToWasm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export async function compileApplicationToWasm(input, output, wasmEngine) {
124124
wizer,
125125
[
126126
"--allow-wasi",
127-
`--dir=${process.cwd()}`,
127+
`--dir=.`,
128128
"-r _start=wizer.resume",
129129
`-o=${output}`,
130130
wasmEngine,

0 commit comments

Comments
 (0)