wasm-micro-runtime/core/iwasm/libraries
Wenyong Huang 9ef37dd781
Implement source debugging for interpreter and AOT (#769)
Implement source debugging feature for classic interpreter and AOT:
- use `cmake -DWAMR_BUILD_DEBUG_INTERP=1` to enable interpreter debugging
- use `cmake -DWAMR_BUILD_DEBUG_AOT=1` to enable AOT debugging

See doc/source_debugging.md for more details.
2021-09-29 13:36:46 +08:00
..
debug-engine Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
lib-pthread lib-pthread: Fix pthread_create callback arg issue (#701) 2021-08-19 18:21:56 +08:00
libc-builtin Implement clock() wrapper for built-in libc (#691) 2021-08-07 21:21:25 +08:00
libc-emcc Update sample workload's scripts to align with latest emcc (#609) 2021-04-13 13:42:08 +08:00
libc-uvwasi Enable to use BH_VPRINTF macro to redirect stdout output (#560) 2021-03-06 22:29:58 +08:00
libc-wasi Fix a build on alpine, whose libc is musl (#726) 2021-09-07 10:03:54 +08:00
thread-mgr Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00