Skip to content

hadrian: fix wasm backend post linker script permissions

Cheng Shao requested to merge type-dance/ghc:fix-post-link-perms into master

The post-link.mjs script was incorrectly copied and installed as a regular data file without executable permission, this patch fixes it.

Merge request reports