[llvm-bugs] [Bug 35205] Invalid WebAssembly module generation when using alloca

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 6 16:19:06 PST 2017


https://bugs.llvm.org/show_bug.cgi?id=35205

Dan Gohman <dan433584 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dan Gohman <dan433584 at gmail.com> ---
As of r319810, we now emit mutable imports.

So the current state is that .o files are still not valid according to the
current wasm spec, but they anticipate a feature expected to be added. In
particular, wabt has recently enabled support for mutable imports as part of
--enable-threads.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171207/0b1ae9a2/attachment.html>


More information about the llvm-bugs mailing list