Skip to content

Commit ab027de

Browse files
Jake ChampionJakeChampion
authored andcommitted
revert changes to compile to wasm which expose the env during wizening
1 parent cdcb4fc commit ab027de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compileApplicationToWasm.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export async function compileApplicationToWasm(input, output, wasmEngine) {
8585
let wizerProcess = spawnSync(
8686
wizer,
8787
[
88-
"--inherit-env=true",
8988
"--allow-wasi",
9089
`--dir=.`,
9190
`--wasm-bulk-memory=true`,
@@ -98,8 +97,6 @@ export async function compileApplicationToWasm(input, output, wasmEngine) {
9897
input: application,
9998
shell: true,
10099
encoding: "utf-8",
101-
env: {
102-
}
103100
}
104101
);
105102
if (wizerProcess.status !== 0) {

0 commit comments

Comments
 (0)