Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a sanitized JS export name for WASM modules (qmake)
Previously, a target name with a JS special character (like, -, for example), would lead to an invalid export name being generated for WASM modules. Sanitize these by replacing any non-alphanumeric character with underscores, as is done for feature names. This is a qmake version of 58a47ed Fixes: QTBUG-115506 Change-Id: I7c84076be54da91cf0f707c1613afc382acdcb83 Reviewed-by: Lorn Potter <[email protected]> Reviewed-by: Piotr Wierciński <[email protected]>
- Loading branch information