wasm-micro-runtime/core
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
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Corrects Zephyr include files for current versions of Zephyr (#2881) 2023-12-08 17:16:16 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
shared Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
config.h Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
version.h Update version number to 1.3.2 and update release notes (#3083) 2024-02-01 12:42:12 +08:00