summaryrefslogtreecommitdiff
path: root/thread_none.c
Commit message (Collapse)AuthorAgeFilesLines
* [wasm] add no thread variant for freestanding environmentYuta Saito2022-01-191-0/+278
This implementation does nothing around preemptive context switching because there is no native thread.