wasm-micro-runtime/core/iwasm
Wenyong Huang f143344842
libc-builtin: Enhance buffered print for printf_wrapper (#3460)
Move print_buf and print_buf to str_context struct to support multi-threading
when BUILTIN_LIBC_BUFFERED_PRINTF macro is enabled, and fix the issue of
losing some text.

ps. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3430.
2024-05-22 17:17:36 +08:00
..
aot Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
common Add api to get export global instance (#3452) 2024-05-22 16:59:44 +08:00
compilation Fix several typos and fix bh_log calculate mills (#3441) 2024-05-20 15:54:01 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add wasm module global type information APIs (#3406) 2024-05-10 09:15:58 +08:00
include Add api to get export global instance (#3452) 2024-05-22 16:59:44 +08:00
interpreter Enhance GC const initializer expression to support nested struct/array new (#3447) 2024-05-21 16:09:12 +08:00
libraries libc-builtin: Enhance buffered print for printf_wrapper (#3460) 2024-05-22 17:17:36 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00