Block or Report
Block or report yamt
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
715 contributions in the last year
Contribution activity
May 2022
Created 35 commits in 4 repositories
Created a pull request in apache/incubator-nuttx that received 3 comments
Add up_textheap_heapmember
Summary intended usage: bytecodealliance/wasm-micro-runtime#1181 Impact Testing a wamr aot module tested on esp32. (with various other patches) cxd…
+82
−0
•
3
comments
Opened 18 other pull requests in 4 repositories
bytecodealliance/wasm-micro-runtime
1
open
9
merged
- Remove trailing uint8_t[1] members from the "Common" structures
- nuttx: Use text heap for executable memory
- core/iwasm/common/wasm_application.c: Check a correct macro
- aot_reloc_xtensa.c: define __packed if not available
- nuttx: add CONFIG_INTERPRETERS_WAMR_PERF_PROFILING
- doc/wasm_c_api.md: Mention relationship with wasm_export.h
- aot_emit_aot_file.c: Convert switch lookup table relocation
- aot_reloc_arm.c: Implement R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS
- wasm_export.h: Add a few comments about heap and threads
- wasm_runtime_common.c: assert BH_MALLOC/BH_FREE
apache/incubator-nuttx
5
merged
apache/incubator-nuttx-apps
1
open
1
merged
mayanez/dumang-keyboard-ctrl
1
open
Reviewed 8 pull requests in 3 repositories
bytecodealliance/wasm-micro-runtime
5 pull requests
apache/incubator-nuttx-apps
2 pull requests
apache/incubator-nuttx
1 pull request
Created an issue in llvm/llvm-project that received 2 comments
clang-format SplitEmptyRecord inconsistencies
i want to format my source code as the following. struct foo { }; struct foo2 { int a; }; class bar { }; class bar2 { int a; }; with clang-format v…
2
comments