wasmer
wasmer copied to clipboard
Fix Atomic issue on Cranelift compiler not related to Notify/Wait opcodes
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.