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
WAMR project reused some components from other open source project:
5
-
-**cJson**: used in the host_tool for remotely managing wasm applications
5
+
-**cJson**: in the repository [wamr-app-framework](https://github.com/bytecodealliance/wamr-app-framework/), used in the host_tool for remotely managing wasm applications
6
6
-**contiki-ng**: for the coap protocol implementation
7
7
-**freebsd libm**: used in core/shared/platform/alios/bh_math.c
8
-
-**LVGL**: for the gui samples and wrapped the wasm graphic layer
8
+
-**LVGL**: in the repository [wamr-app-framework](https://github.com/bytecodealliance/wamr-app-framework/), for the gui samples and wrapped the wasm graphic layer
9
9
-**llvm**: for the AOT/JIT compilation
10
10
-**wasm-c-api**: to implement the C-APIs of wasm. using headers and sameples
11
11
-**wasmtime**: for the wasi libc implementation
@@ -42,7 +42,7 @@ The WAMR fast interpreter is a clean room development. We would acknowledge the
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ WebAssembly Micro Runtime (WAMR) is a lightweight standalone WebAssembly (Wasm)
14
14
-[**iwasm**](./product-mini/): The executable binary built with WAMR VMcore supports WASI and command line interface.
15
15
-[**wamrc**](./wamr-compiler/): The AOT compiler to compile Wasm file into AOT file
16
16
- Useful components and tools for building real solutions with WAMR vmcore:
17
-
-[App-framework](./core/app-framework/README.md): A framework for supporting APIs for the Wasm applications
18
-
-[App-manager](./core/app-mgr/README.md): a framework for dynamical loading the Wasm module remotely
17
+
-[App-framework](https://github.com/bytecodealliance/wamr-app-framework/blob/main/app-framework/README.md): A framework for supporting APIs for the Wasm applications
18
+
-[App-manager](https://github.com/bytecodealliance/wamr-app-framework/blob/main/app-mgr/README.md): a framework for dynamical loading the Wasm module remotely
19
19
-[WAMR-IDE](./test-tools/wamr-ide): An experimental VSCode extension for developping WebAssembly applications with C/C++
0 commit comments