-
Wasm3 provides an APE binary which can run WASM modules on any OS. What's the difference between Wasm3 APE and Hermit in terms of supported features, performance, compatibility? |
Beta Was this translation helpful? Give feedback.
Answered by
G4Vi
Dec 3, 2023
Replies: 1 comment 1 reply
-
I haven't used wasm3 so I'm not exactly sure. With them both WAMR in Hermit and wasm3 using an interpreter to run the WASM I'd think performance would be comparable. As far as I know the wasm3 APE is just a web assembly runtime and doesn't have any ability to embed a WASM module or a WASI configuration for it inside of the APE binary like Hermit does. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
niutech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't used wasm3 so I'm not exactly sure.
With them both WAMR in Hermit and wasm3 using an interpreter to run the WASM I'd think performance would be comparable.
As far as I know the wasm3 APE is just a web assembly runtime and doesn't have any ability to embed a WASM module or a WASI configuration for it inside of the APE binary like Hermit does.