Skip to content

Commit 51fcc11

Browse files
authored
Update entrypoint command for SGX iApp (#97)
1 parent 4d28f89 commit 51fcc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/build-iapp/advanced/build-your-first-sgx-iapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Edit `iexec.json` and fill in the standard keys and the `mrenclave` object:
366366
"mrenclave": {
367367
"framework": "SCONE", // TEE framework (keep default value)
368368
"version": "v5.9", // Scone version (keep default value)
369-
"entrypoint": "node /app/app.js" OR "python3 /app/app.py", // update it with your own image entrypoint
369+
"entrypoint": "node --disable-wasm-trap-handler /app/app.js" OR "python3 /app/app.py", // update it with your own image entrypoint
370370
"heapSize": 1073741824, // heap size in bytes, update it with --heap option value used in sconify.sh script during TEE image build
371371
"fingerprint": "<mrenclave>" // fingerprint of the enclave code (mrenclave), without 0x prefix, see how to retrieve it below
372372
}

0 commit comments

Comments
 (0)