Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-27 | compilers/mixins/emscripten: Implement thread support | Dylan Baker | 3 | -0/+44 | |
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 | tests/wasm: Add C language as well as C++ language to test | Dylan Baker | 2 | -1/+9 | |
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 1 | -1/+1 | |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 3 | -0/+18 | |