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.
IWASM features
Key features
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
Multiple modules as dependencies, ref to document and sample
Source debugging support, ref to document
WAMR-IDE (Experimental) to develop WebAssembly applications with build, run and debug support, ref to document
Berkeley/Posix Socket support, ref to document and sample
WASM post-MVP features
There are many post-MVP features for WASM. We support some of them. You can see the details in this section
Last updated