Displaying 3 results from an estimated 3 matches for "__linear_memory".
2018 Sep 20
2
WebAssembly into normal Target?
...that end up being incompatible with newer versions of
> LLVM.
>
> To my knowledge, all of the major issues are fixed now, and the only
> remaining blocker is that we need to decide what to do here:
>
> https://reviews.llvm.org/D43675 (Rename imported/exported memory symbol
> to __linear_memory)
>
>
On the bright side we just had a release so you'll have 6 mos to get that
ironed out? :)
Anyhow, can't tell if this is an objection on your part or not?
-eric
> Dan
>
>
> On Wed, Sep 19, 2018 at 2:46 PM, Eric Christopher <echristo at gmail.com>
> wrote:
&...
2018 Sep 19
10
WebAssembly into normal Target?
Hi All,
WebAssembly has been around for a while now, it's still being actively
worked on and used. I think it's long past time we make it a normal target
so that it gets tested on a regular basis. (Most recent random breakage is
https://reviews.llvm.org/rL342576 which fails make check with web assembly
enabled).
Any objections? I'll probably do this next week unless someone raises a
2020 Aug 05
2
Debugging a potential bug when generating wasm32
Hi,
Sorry if you've seen this message before on llvm.discourse.group or elsewhere --
I've been trying to get to the bottom of this for a while now and asked about
this in a few different platforms before.
I'm currently trying to debug a bug in a LLVM-generated Wasm code. The bug could
be in the code that generates LLVM (rustc) or in the LLVM, I'm not sure yet.
LLVM IR and Wasm