aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/emscripten.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-08Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen1-0/+34
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2021-01-20Avoid accidental use of STANDALONE_WASM mode on compiler testsBrion Vibber1-1/+1
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-1/+1
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-1/+1
2021-01-04move OptionKey to mesonlibDylan Baker1-2/+3
2021-01-04use OptionKey for compiler_optionsDylan Baker1-3/+4
2020-11-09Fix WASM thread count option. Closes #7921.Jussi Pakkanen1-2/+2
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-9/+9
2020-09-24compilers/mixins/emscripten: make type safeDylan Baker1-4/+11
2020-09-16linkers/compilers: Move an emscripten method to the compilerDylan Baker1-0/+7
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker1-20/+0
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker1-0/+26
2020-02-27compilers/emcc: Fix inheritance orderDylan Baker1-0/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-3/+3
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-18emscripten: fix false positives in linking testsAndrei Alexeyev1-0/+13
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev1-0/+33