summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/emscripten.py
Commit message (Expand)AuthorAgeFilesLines
* Fix WASM thread count option. Closes #7921.Jussi Pakkanen2020-11-091-2/+2
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-9/+9
* compilers/mixins/emscripten: make type safeDylan Baker2020-09-241-4/+11
* linkers/compilers: Move an emscripten method to the compilerDylan Baker2020-09-161-0/+7
* compilers/linkers: Add a representation for wasm-ldDylan Baker2020-02-271-20/+0
* compilers/mixins/emscripten: Implement thread supportDylan Baker2020-02-271-0/+26
* compilers/emcc: Fix inheritance orderDylan Baker2020-02-271-0/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-3/+3
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* emscripten: fix false positives in linking testsAndrei Alexeyev2019-10-181-0/+13
* Refactor duplicate Emscripten code into a mixinAndrei Alexeyev2019-10-181-0/+33