summaryrefslogtreecommitdiff
path: root/src/support/string.h
Commit message (Collapse)AuthorAgeFilesLines
* asyncify: support *-matching in whitelist and blacklist (#2344)Beuc2019-09-231-5/+6
| | | See emscripten-core/emscripten#9381 for rationale.
* Support response files, and use that in Asyncify (#2319)Alon Zakai2019-08-301-0/+10
| | | See emscripten-core/emscripten#9206, the asyncify names can need complex escaping, so this provides an escape hatch.
* Proper Asyncify list name handling (#2275)Alon Zakai2019-07-311-0/+42
| | | | | The lists are comma separated, but the names can have internal commas since they are human-readable. This adds awareness of bracketing things, so void foo(int, double) is parsed as a single function name, properly. Helps emscripten-core/emscripten#9128
* Bysyncify: allow wildcard endings in import list (#2190)Alon Zakai2019-06-301-0/+69
This allows us to do things in emscripten like note that all env.invoke_* functions are important.