wasm-micro-runtime/doc
liang.he 159b69da38
Update cmake min to 3.14 (#4175)
3.14 is used and tested by linux mini-product

to fix

```
CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
```
2025-04-02 07:13:53 +08:00
..
pics Update document and fix wasm_runtime_call_wasm_a issue (#1005) 2022-02-14 17:36:38 +08:00
build_wamr.md docs: Update build instructions suggestions for using Valgrind (#4164) 2025-03-27 15:01:54 +08:00
build_wasm_app.md Update cmake min to 3.14 (#4175) 2025-04-02 07:13:53 +08:00
devcontainer.md Update devcontainer.md (#3628) 2024-07-16 08:38:55 +08:00
embed_wamr_spawn_api.md embed_wamr.md: Improvements about threads (#2420) 2023-08-04 09:28:30 +08:00
embed_wamr.md Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
export_native_api.md Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
linux_sgx.md linux-sgx: Implement SGX IPFS as POSIX backend for file interaction (#1489) 2022-09-28 13:09:58 +08:00
memory_tune.md Enable shrunk memory by default and add related configurations (#4008) 2025-01-13 07:09:04 +08:00
memory_usage.md Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
multi_module.md Remove unused argument in wasm_runtime_lookup_function and refactor WASMModuleInstance (#3218) 2024-03-13 12:28:45 +08:00
other_wasm_compilers.md fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
perf_tune.md Fix typo of WAMR_CONFIGUABLE_BOUNDS_CHECKS (#3424) 2024-05-14 14:33:09 +08:00
port_wamr.md Enable specifying out-of-source platform configuration cmake file (#1941) 2023-02-07 22:10:59 +08:00
pthread_impls.md Document the summary of two pthread implementations (#2104) 2023-04-04 17:22:54 +08:00
pthread_library.md Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
ref_types.md Refactor externref related APIs of reference types feature (#971) 2022-01-19 11:25:08 +08:00
release_ack.md Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
roadmap.md Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
security_need_to_know.md Add documentation regarding security issues and the status of Wasm proposals (#3972) 2025-01-09 13:13:30 +08:00
socket_api.md Fix typos of CIDR in docs and help text (#2851) 2023-12-04 11:38:54 +08:00
source_debugging_aot.md fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
source_debugging_interpreter.md doc: Separate source_debugging.md into two files (#2932) 2023-12-27 15:51:51 +08:00
source_debugging.md Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
stability_release.md Add version.h and update versioning documentation for embedded platforms 2025-02-05 10:31:20 +00:00
stability_wasm_proposals.md Show wasm proposals status during compilation and execution (#3989) 2025-02-05 15:28:26 +08:00
wasm_c_api.md Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
xip.md Add "--enable-builtin-intrinsics=<flags>" option to wamrc (#2341) 2023-07-06 18:20:35 +08:00