wasm-micro-runtime/core/iwasm
Stefan Wallentowitz 78414b627c
ESP IDF fixes (#927)
Various fixes and beautifications coordinated with @1c3t3a,
fixes 2 of the 3 all remaining issues from #892:
- enable to os_mmap executable memory
- fix os_malloc/os_realloc/os_free issues
- implement os_thread_get_stack_boundary
- add build scripts to include with esp-idf to use wamr as
  an ESP-IDF component
- update sample and document
2022-01-05 12:50:17 +08:00
..
aot ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
common Fix compile warning on non-x86 targets, fix alios build error (#923) 2021-12-30 10:07:50 +08:00
compilation Implement GetCurrentThreadStackLimits() for Windows 7 (#914) 2021-12-27 10:18:44 +08:00
include Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
interpreter Refine some error msg, comment and document (#921) 2021-12-29 12:13:30 +08:00
libraries Enable source debugging feature for windows platform (#910) 2021-12-22 19:52:07 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00