wasm-micro-runtime/core/iwasm
Enrico Loparco 2eed50b303
Document how to use WASI threads in AOT mode (#1905)
Describe how to use WASI threads in AOT mode, following the discussion below:
  https://github.com/bytecodealliance/wasm-micro-runtime/pull/1867#discussion_r1070268062

Make aux stack boundary checks of wasi-threads always successful by setting
`exec_env->aux_stack_bottom` to UINT32_MAX and `exec_env->aux_stack_boundary` to 0
2023-01-27 18:32:33 +08:00
..
aot Main thread spread exception when thread-mgr is enabled (#1889) 2023-01-20 08:54:27 +08:00
common Merge branch main into dev/wasi_threads 2023-01-21 13:18:55 +08:00
compilation Simplify fcmp intrinsic logic for AOT/XIP (#1881) 2023-01-12 12:05:53 +08:00
fast-jit Implement Multi-tier JIT (#1774) 2022-12-20 14:37:07 +08:00
include Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
interpreter Document how to use WASI threads in AOT mode (#1905) 2023-01-27 18:32:33 +08:00
libraries Document how to use WASI threads in AOT mode (#1905) 2023-01-27 18:32:33 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00