Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix WASM thread count option. Closes #7921. | Jussi Pakkanen | 2020-11-09 | 1 | -2/+2 |
* | compilers: Tell mypy that the compiler mixins are just that | Dylan Baker | 2020-09-24 | 1 | -9/+9 |
* | compilers/mixins/emscripten: make type safe | Dylan Baker | 2020-09-24 | 1 | -4/+11 |
* | linkers/compilers: Move an emscripten method to the compiler | Dylan Baker | 2020-09-16 | 1 | -0/+7 |
* | compilers/linkers: Add a representation for wasm-ld | Dylan Baker | 2020-02-27 | 1 | -20/+0 |
* | compilers/mixins/emscripten: Implement thread support | Dylan Baker | 2020-02-27 | 1 | -0/+26 |
* | compilers/emcc: Fix inheritance order | Dylan Baker | 2020-02-27 | 1 | -0/+1 |
* | types: import typing as T (fixes #6333) | Daniel Mensinger | 2020-01-08 | 1 | -3/+3 |
* | Fix typos found by codespell | Wolfgang Stöggl | 2019-11-06 | 1 | -1/+1 |
* | emscripten: fix false positives in linking tests | Andrei Alexeyev | 2019-10-18 | 1 | -0/+13 |
* | Refactor duplicate Emscripten code into a mixin | Andrei Alexeyev | 2019-10-18 | 1 | -0/+33 |