meson/test cases/wasm
Dylan Baker 771b0d3ffb compilers/mixins/emscripten: Implement thread support
Emscripten has pthread support (as well as C++ threads), but we don't
currently implement them. This fixes that by adding the necessary code.
The one thing I'm not sure about is setting the pool size. The docs
suggest that you really want to do this to ensure that your code works
correctly, but the number should really be configurable, not sure how to
set that.

Fixes #6684
2020-02-27 16:35:02 -08:00
..
1 basic tests/wasm: Add C language as well as C++ language to test 2020-02-27 16:35:02 -08:00
2 threads compilers/mixins/emscripten: Implement thread support 2020-02-27 16:35:02 -08:00