wasm-micro-runtime/core/shared/platform/include
Marcin Kolny a27ddece7f
Always allocate linear memory using mmap (#3052)
With this approach we can omit using memset() for the newly allocated memory
therefore the physical pages are not being used unless touched by the program.

This also simplifies the implementation.
2024-02-02 22:17:44 +08:00
..
platform_api_extension.h Return error when shutdown() fails (#2801) 2023-11-24 21:03:59 +08:00
platform_api_vmcore.h Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
platform_common.h Refactor clock functions to use WASI types (#2666) 2023-10-25 18:06:04 +08:00
platform_wasi_types.h Move WASI types into separate header (#2724) 2023-11-07 09:39:15 +08:00