Can Wasmer run a WASIX-compiled WASM file with the WAMR backend (especially under Intel SGX)? #5536
Unanswered
cristibctr
asked this question in
General
Replies: 1 comment
-
Hey @cristibctr! Yes, you should be able to use WASIX with the WAMR backend without an issue :) Just run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m exploring running WebAssembly modules compiled with WASIX and had a few questions about backend compatibility in Wasmer:
Can Wasmer run a WASIX-compiled WASM file using the WAMR backend?
If yes, does this also extend to Intel SGX environments, since WAMR supports SGX integration?
I’m mainly trying to figure out whether a WASIX module can be run securely under SGX using the WAMR backend in Wasmer and if not, what the limitations or workarounds might be.
Beta Was this translation helpful? Give feedback.
All reactions