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: ATTRIBUTIONS.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,11 @@ WAMR project reused some components from other open source project:
6
6
-**contiki-ng**: for the coap protocol implementation
7
7
-**freebsd libm**: used in core/shared/platform/alios/bh_math.c
8
8
-**littlevgl**: for the gui samples and wrapped the wasm graphic layer
9
-
-**llvm**. for the AOT/JIT compilation
10
-
-**wasm-c-api**. to implement the C-APIs of wasm. using headers and sameples
9
+
-**llvm**: for the AOT/JIT compilation
10
+
-**wasm-c-api**: to implement the C-APIs of wasm. using headers and sameples
11
11
-**wasmtime**: for the wasi libc implementation
12
-
-**zephyr**. for several platform specific examples
12
+
-**zephyr**: for several platform specific examples
13
+
-**WebAssembly debugging patch for LLDB**: for extending the ability of LLDB to support wasm debugging
13
14
14
15
The WAMR fast interpreter is a clean room development. We would acknowledge the inspirations by [WASM3](https://github.com/wasm3/wasm3) open source project for the approach of pre-calculated oprand stack location.
15
16
@@ -23,6 +24,7 @@ The WAMR fast interpreter is a clean room development. We would acknowledge the
0 commit comments