Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SH]StackExecutor: noop on Wasm without threads
When targeting a threadless Wasm environment, StackExecutor cannot rely on creating another thread, so make it just call the function directly, which is better than failing.
- Loading branch information