wasm-micro-runtime/core/iwasm
fadumina1 a874bf0ff8
Implement wasi clock_time/clock_res get (#2637)
Add os_clock_res_get and os_clock_time_get in platform_api_extension.h,
and implement them in posix like platforms and windows platform.
2023-10-22 21:11:29 +08:00
..
aot CI: Enable testing AOT multi-module feature (#2621) 2023-10-08 08:36:49 +08:00
common Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
compilation Fix potential issue in aot compiler when translating block opcodes (#2622) 2023-10-08 09:17:54 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix nightly run sanitizer error in Fast JIT (#2601) 2023-09-27 15:41:48 +08:00
include Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
interpreter Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
libraries Implement wasi clock_time/clock_res get (#2637) 2023-10-22 21:11:29 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00