mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-29 12:21:20 +00:00
This syscall doesn't need allocating stack or TLS and it's expected from the application to do that instead. E.g. WASI-libc already does this for `pthread_create`. Also fix some of the examples to allocate memory for stack and not use stack before the stack pointer is set to a correct value. |
||
|---|---|---|
| .. | ||
| basic | ||
| file | ||
| gui | ||
| littlevgl | ||
| multi-module | ||
| multi-thread | ||
| native-lib | ||
| ref-types | ||
| sgx-ra | ||
| simple | ||
| socket-api | ||
| spawn-thread | ||
| wasi-threads | ||
| wasm-c-api | ||
| workload | ||