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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ WebAssembly Micro Runtime (WAMR) is a standalone WebAssembly (WASM) runtime with
13
13
14
14
- The dynamic management of the WASM applications
15
15
16
-
16
+
17
17
18
18
iwasm VM core
19
19
=========================
@@ -22,7 +22,7 @@ iwasm VM core
22
22
23
23
- Embeddable with the supporting C API's
24
24
- Small runtime binary size (85K for interpreter and 50K for AoT) and low memory usage
25
-
- Near to native speed by AoT
25
+
- Near to native speed by AoT
26
26
- AoT module loader works for both embedded OS and Linux system
27
27
- Choices of WASM application libc support: the built-in libc subset for embedded environment or [WASI](https://github.com/WebAssembly/WASI) for standard libc
28
28
- The mechanism for exporting native API's to WASM applications
@@ -32,8 +32,8 @@ iwasm VM core
32
32
The iwasm supports following architectures:
33
33
34
34
- X86-64, X86-32
35
-
- ARM, THUMB
36
-
- MIPS
35
+
- ARM, THUMB
36
+
- MIPS
37
37
- XTENSA
38
38
39
39
Following platforms are supported:
@@ -75,7 +75,7 @@ WAMR provides a set of C API for loading the WASM module, instantiating the modu
75
75
Application framework
76
76
===================================
77
77
78
-
By using the iwasm VM core, we are flexible to build different application frameworks for the specific domains, although it would take quite some efforts.
78
+
By using the iwasm VM core, we are flexible to build different application frameworks for the specific domains, although it would take quite some efforts.
79
79
80
80
The WAMR has offered a comprehensive framework for programming WASM applications for device and IoT usages. The framework supports running multiple applications, which are based on the event driven programming model. Here are the supporting API sets by the [WAMR application library](./doc/wamr_api.md) :
81
81
@@ -97,7 +97,7 @@ The WAMR application manager supports remote application management from host en
97
97
98
98
<imgsrc="./doc/pics/wamr-arch.JPG"width="80%">
99
99
100
-
The tool [host_agent](./test-tools/host-tool) communicates to the WAMR app manager for installing/uninstalling the WASM applications on companion chip from host system. And the [IoT App Store Demo](./test-tools/IoT-APP-Store-Demo/) shows the conception of remotely managing the device applications from cloud.
100
+
The tool [host_tool](./test-tools/host-tool) communicates to the WAMR app manager for installing/uninstalling the WASM applications on companion chip from host system. And the [IoT App Store Demo](./test-tools/IoT-APP-Store-Demo/) shows the conception of remotely managing the device applications from cloud.
101
101
102
102
103
103
@@ -110,7 +110,7 @@ The **wamr-sdk** tools build the WAMR to both **runtime SDK** for embedding by y
110
110
111
111
### Menu configuration for building SDK
112
112
113
-
Menu configuration is supported for easy integration of runtime components and application libraries for the target architecture and platform.
113
+
Menu configuration is supported for easy integration of runtime components and application libraries for the target architecture and platform.
0 commit comments