Features
This page is under construction/refinement. p.s. wanna hear a construction joke? we are still working on it
Last updated
This page is under construction/refinement. p.s. wanna hear a construction joke? we are still working on it
Last updated
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 for the standard libc
, see and the
, see
, ref to and
, ref to and
, ref to
, ref to
to develop WebAssembly applications with build, run and debug support, ref to
, ref to
, ref to and
Language bindings: ,
There are many post-MVP features for WASM. We support some of them. You can see the details in
,
, ,