Commit Graph

5 Commits

Author SHA1 Message Date
Wenyong Huang
63cd567b3f
Separate app-manager and app-framework from WAMR ()
As planned, the app-manager and app-framework are to be migrated to
https://github.com/bytecodealliance/wamr-app-framework.

ps.
https://github.com/bytecodealliance/wasm-micro-runtime/issues/2329
https://github.com/bytecodealliance/wasm-micro-runtime/wiki/TSC-meeting-notes
2024-02-20 18:12:36 +08:00
Wenyong Huang
e7079eeb17
Update document of embed wamr and code format check ()
Update document embed wamr, add how to embed wamr in cmake and makefile
Update document coding guideline check, add how to install clang-format-12
2022-03-23 11:01:57 +08:00
liang.he
f2d87ec02e
code guideline: Fix bug of mischeck file name with '_' ()
Fix bug that code guideline reports error when there is '_' in new file's name.
And add unit test cases, which can be run with `pyhton3 -m unitest <filename>`.
2021-12-16 16:50:15 +08:00
Wenyong Huang
5fbf03fa6e
Exclude IoT-APP-Store-Demo from code guideline check () 2021-12-08 18:41:09 +08:00
liang.he
225f5d0a64
Enable to trigger code guideline checks when PR is created ()
Enable to trigger code guideline checks for C/C++ source codes when PR is created
2021-10-19 17:42:54 +08:00