Comment on page
Features
This page is under construction/refinement. p.s. wanna hear a construction joke? we are still working on it
In this chapter, you can see the complete list of features that WAMR support. And for each feature, we have an example followed demonstrating the usage of such a feature.
- Full compliant to the W3C WASM MVP
- Small runtime binary size (~85K for interpreter and ~50K for AOT) and low memory usage
- Near to native speed by AOT and JIT
- Self-implemented AOT module loader to enable AOT work on Linux, Windows, MacOS, Android, SGX, and MCU systems
- Choices of WASM application libc support: the built-in libc subset for the embedded environment or WASI for the standard libc
- WAMR-IDE (Experimental) to develop WebAssembly applications with build, run and debug support, ref to document
There are many post-MVP features for WASM. We support some of them. You can see the details in this section
Last modified 1yr ago