Skip to content

Commit

Permalink
Remove disable sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba authored Nov 22, 2023
1 parent efa56db commit 61b61bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ export async function swift(payload: BuildPayload, options: SpawnOptions): Promi
'--triple',
'wasm32-unknown-wasi',
'--product',
payload.targetName,
'--disable-sandbox'
payload.targetName
],
{
...options,
Expand Down

0 comments on commit 61b61bc

Please sign in to comment.