Since #3864, the allocator libraries are now static libraries. WASM toolchains have a staticlib_ext as the empty string. This breaks a check in determine_lib_name. How to fix this is not that clear:
- Are static libs for WASM valid?
- If so, is the empty extension valid or should they be e.g.
.a?