
Add `allow-multiple-definition` flag to `wasm-ld`. This follows the ELF linker logic. In case of duplication, the first symbol met is used. This PR resolves the #97543
7 lines
90 B
ArmAsm
7 lines
90 B
ArmAsm
.hidden foo
|
|
.globl foo
|
|
foo:
|
|
.functype foo () -> (i32)
|
|
i32.const 1
|
|
end_function
|