wasm-micro-runtime/core/iwasm
Enrico Loparco 4e5529f21f
Reserve TID values for WASI threads (#1862)
According to the [WASI thread specification](https://github.com/WebAssembly/wasi-threads/pull/16),
some thread identifiers are reserved and should not be used. In fact, only IDs between `1` and
`0x1FFFFFFF` are valid.

The thread ID allocator has been moved to a separate class to avoid polluting the
`lib_wasi_threads_wrapper` logic.
2023-01-06 10:28:25 +08:00
..
aot Register missing symbols for f32 to 64 bit integer conversion (#1850) 2022-12-30 15:21:25 +08:00
common Merge main into dev/wasi_threads 2023-01-03 18:15:23 +08:00
compilation Return result directly if float cmp is called in AOT XIP (#1851) 2022-12-30 16:45:39 +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 Merge main into dev/wasi_threads 2023-01-03 18:15:23 +08:00
libraries Reserve TID values for WASI threads (#1862) 2023-01-06 10:28:25 +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