wasmer icon indicating copy to clipboard operation
wasmer copied to clipboard

Fix Atomic issue on Cranelift compiler not related to Notify/Wait opcodes

Open ptitSeb opened this issue 2 years ago • 0 comments

Describe the bug

On feat_sharedmemory branch, enabling the threads::atomics test on the Cranelift compiler fail on multiple place, not related to the missing Wait/Notify opcodes. Most of the fails are

  • expected 'unaligned atomic', got 'RuntimeError: misaligned heap

wich seems to be a error label issue.

ptitSeb avatar Aug 31 '22 11:08 ptitSeb