### System Info ```bash npmPackages: @rspack/core: ^1.4.10 => 1.4.10 ``` ### Details The `[name]` placeholder in `output.webassemblyModuleFilename` is rendered incorrectly: - `[name].wasm` should be replaced by `factorial.wasm` <img width="3818" height="1612" alt="Image" src="https://github.com/user-attachments/assets/62be64a0-ed73-492c-85f5-1339ae01dffe" /> ### Reproduce link https://github.com/chenjiahan/rspack-repro-wasm-file-name-replaceholder ### Reproduce Steps 1. pnpm i 2. pnpm build:rsbuild