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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ WAMR project reused some components from other open source project:
16
16
-**asmjit**: for the Fast JIT x86-64 codegen implementation
17
17
-**zydis**: for the Fast JIT x86-64 codegen implementation
18
18
-**NuttX ELF headers**: used in core/iwasm/aot/debug/elf_parser.c
19
-
-**Dhrystone**: for the test benchmakr dhrystone
19
+
-**Dhrystone**: for the test benchmark dhrystone
20
20
21
21
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 operand stack location.
0 commit comments