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-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,17 @@ iwasm VM core
22
22
23
23
- 100% compliant to the W3C WASM MVP
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
- Self-implemented module loader enables AoT working cross Linux, SGX and MCU systems
27
27
- Choices of WASM application libc support: the built-in libc subset for the embedded environment or [WASI](https://github.com/WebAssembly/WASI) for standard libc
28
28
-[Embeddable with the supporting C API's](./doc/embed_wamr.md)
29
29
-[The mechanism for exporting native API's to WASM applications](./doc/export_native_api.md)
30
+
-[Multiple modules as dependencies](./doc/multi_module.md)
0 commit comments