Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 21, 2025
1 parent cca79a7 commit c828347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compileApplicationToWasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export async function compileApplicationToWasm(
'weval',
...(aotCache ? [`--cache-ro ${aotCache}`] : []),
`--dir="${maybeWindowsPath(process.cwd())}"`,
'--inherit-env=true',
'-w',
`-i "${wasmEngine}"`,
`-o "${output}"`,
Expand All @@ -162,6 +163,7 @@ export async function compileApplicationToWasm(
'--allow-wasi',
`--wasm-bulk-memory=true`,
`--dir="${maybeWindowsPath(process.cwd())}"`,
'--inherit-env=true',
'-r _start=wizer.resume',
`-o="${output}"`,
`"${wasmEngine}"`,
Expand Down

0 comments on commit c828347

Please sign in to comment.