Displaying 1 result from an estimated 1 matches for "_zn5core3fmt3num3imp52_".
Did you mean:
_zn4core3fmt3num3imp52_
2020 Aug 05
2
Debugging a potential bug when generating wasm32
...m is this line:
(import "GOT.func"
"_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h9ba9fea9cadf7bd5E"
(global (;3;) (mut i32)))
The same symbol is already imported from "env" in the same module:
(import "env"
"_ZN5core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h9ba9fea9cadf7bd5E"
(func (;4;) (type 1)))
So there's no need to import it from "GOT.func" and I want to get rid of that
"GOT.func" import.
This LLVM IR is generated when compiling Rust code to a "staticlib&...