You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The iwasm supports the following architectures:
37
37
38
38
- X86-64, X86-32
39
39
- ARM, THUMB (ARMV7 Cortex-M7 and Cortex-A15 are tested)
40
+
- AArch64 (Cortex-A57 and Cortex-A53 are tested)
40
41
- MIPS
41
42
- XTENSA
42
43
@@ -99,7 +100,9 @@ The **[WAMR SDK](./wamr-sdk)** tools is helpful to finish the two tasks quickly.
99
100
Samples
100
101
=================
101
102
102
-
The WAMR [samples](./samples) integrate the iwasm VM core, application manager and selected application framework components.
103
+
The WAMR [samples](./samples) integrate the iwasm VM core, application manager and selected application framework components.
104
+
105
+
-[**Basic**](./samples/basic): Demonstrating how host runtime calls WASM function as well as WASM function calls native function.
103
106
-**[Simple](./samples/simple/README.md)**: The runtime is integrated with most of the WAMR APP libraries, and a few WASM applications are provided for testing the WAMR APP API set. It uses **built-in libc** and executes apps in **interpreter** mode by default.
104
107
-**[littlevgl](./samples/littlevgl/README.md)**: Demonstrating the graphic user interface application usage on WAMR. The whole [LittlevGL](https://github.com/littlevgl/) 2D user graphic library and the UI application is built into WASM application. It uses **WASI libc** and executes apps in **AoT mode** by default.
105
108
-**[gui](./samples/gui/README.md)**: Moved the [LittlevGL](https://github.com/littlevgl/) library into the runtime and defined a WASM application interface by wrapping the littlevgl API. It uses **WASI libc** and executes apps in **interpreter** mode by default.
0 commit comments